common.d.ts 284 B

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