UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 309 B
import { WithInstallType } from '../shared'; import _Progress from './progress'; import './style'; import { TdProgressProps } from './type'; export * from './type'; export declare type ProgressProps = TdProgressProps; export declare const Progress: WithInstallType<typeof _Progress>; export default Progress;