UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

4 lines (3 loc) 118 B
import { FC } from 'react'; import { Props } from './ProgressBar.types'; export declare const ProgressBar: FC<Props>;