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