UNPKG

@spark-web/vertical-stepper

Version:

--- title: Vertical Stepper storybookPath: data-display-vertical-stepper isExperimentalPackage: true ---

7 lines (6 loc) 288 B
import type { ReactNode } from 'react'; export interface VerticalStepperProps { children: ReactNode | ReactNode[]; activeIndex: number; } export declare const VerticalStepper: ({ children, activeIndex, }: VerticalStepperProps) => import("@emotion/react/jsx-runtime").JSX.Element;