UNPKG

284 BTypeScriptView Raw
1import type { RefsValue } from '../../_util/hooks/useRefs';
2import type { Ref } from 'vue';
3import type { ProgressProps } from './types';
4export declare const defaultProps: Partial<ProgressProps>;
5export declare const useTransitionDuration: (paths: Ref<RefsValue>) => Ref<RefsValue>;