UNPKG

soignant-nomade-ui

Version:

A react library for the soignant-nomade design system. You can find a storybook project inside it

12 lines (11 loc) 318 B
/// <reference types="react" /> export declare const StepsComponent: ({ steps, currentStep }: { steps?: Record<string, Record<string, { label: string; mode: string; }>> | undefined; currentStep?: { id: string; state: string; } | undefined; }) => JSX.Element;