UNPKG

@spark-web/vertical-stepper

Version:

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

7 lines (6 loc) 252 B
import type { BoxProps } from '@spark-web/box'; export declare const getProgressBackground: ({ isCompleted, isActive, }: { isCompleted: boolean; isActive: boolean; }) => BoxProps['background']; export declare const STEP_LABEL_CIRCLE_SIZE = 28;