yanzhen-design-vue
Version:
38 lines (37 loc) • 896 B
TypeScript
import { ExtractPropTypes } from 'vue';
export declare const formulaOptions: {
ns: any;
class: any;
name: any;
};
export declare const formulaName: any;
export declare const formulaProps: {
size: {
type: StringConstructor;
};
suffix: {
type: StringConstructor;
};
value: {
type: StringConstructor;
};
isDetail: {
type: BooleanConstructor;
};
showStyle: {
type: import('vue').PropType<any>;
};
convertUnit: {
type: import('vue').PropType<any>;
};
precision: {
type: import('vue').PropType<any>;
};
showThousan: {
type: import('vue').PropType<any>;
};
};
export declare const formulaEmits: {};
export type FormulaProps = ExtractPropTypes<typeof formulaProps>;
export type FormulaPropsKey = keyof FormulaProps;
export type FormulaEmits = typeof formulaEmits;