UNPKG

soignant-nomade-ui

Version:

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

7 lines (6 loc) 179 B
/// <reference types="react" /> interface ProgressBarProps { value: number; } export declare const ProgressBar: ({ value }: ProgressBarProps) => JSX.Element; export {};