UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

6 lines (5 loc) 284 B
import type { RefsValue } from '../../_util/hooks/useRefs'; import type { Ref } from 'vue'; import type { ProgressProps } from './types'; export declare const defaultProps: Partial<ProgressProps>; export declare const useTransitionDuration: (paths: Ref<RefsValue>) => Ref<RefsValue>;