UNPKG

781 BTypeScriptView Raw
1import * as React from 'react';
2export interface ProgressStepperProps extends React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement> {
3 /** Content rendered inside the progress stepper. */
4 children?: React.ReactNode;
5 /** Additional classes applied to the progress stepper container. */
6 className?: string;
7 /** Flag indicating the progress stepper should be centered. */
8 isCenterAligned?: boolean;
9 /** Flag indicating the progress stepper has a vertical layout. */
10 isVertical?: boolean;
11 /** Flag indicating the progress stepper should be rendered compactly. */
12 isCompact?: boolean;
13}
14export declare const ProgressStepper: React.FunctionComponent<ProgressStepperProps>;
15//# sourceMappingURL=ProgressStepper.d.ts.map
\No newline at end of file