UNPKG

razor-shared-library

Version:
9 lines (8 loc) 248 B
import { ReactElement } from 'react'; interface Props { steps: string[]; activeStep: number; alternativeLabel?: boolean; } export declare function StepperCustom({ steps, activeStep, alternativeLabel, }: Props): ReactElement; export {};