UNPKG

yanzhen-design-vue

Version:

28 lines (27 loc) 918 B
import { ExtractEmitsTypes } from '@yanzhen-libs/utils-vue'; import { ExtractPropTypes } from 'vue'; export declare const progressTxtOptions: { ns: any; class: any; name: any; }; export declare const progressTxtName: any; export declare const progressTxtProps: { showStyle: { type: import('vue').PropType<any>; }; convertUnit: { type: import('vue').PropType<any>; }; precision: { type: import('vue').PropType<any>; }; value: { type: import('vue').PropType<any>; }; showTooltip: import('@yanzhen-libs/utils-vue').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>; }; export declare const progressTxtEmits: {}; export type ProgressTxtProps = ExtractPropTypes<typeof progressTxtProps>; export type ProgressTxtPropsKey = keyof ProgressTxtProps; export type ProgressTxtEmits = ExtractEmitsTypes<typeof progressTxtEmits>;