@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
6 lines (5 loc) • 295 B
TypeScript
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, RefsValue>;