UNPKG

256 BTypeScriptView Raw
1/// <reference types="react" />
2import { ProgressProps } from './interface';
3export declare const defaultProps: Partial<ProgressProps>;
4export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][];