UNPKG

petals-ui

Version:
11 lines (10 loc) 282 B
import { DirectionType } from '../../basic'; interface IStepsComponent { readonly direction: DirectionType; readonly activeFlag: number; } interface IStepComponent { readonly title: string; readonly description: string; } export { IStepsComponent, IStepComponent };