UNPKG

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