@wfrog/vc
Version:
vue3 组件库 vc
15 lines (14 loc) • 750 B
TypeScript
import { ICurrencyCode, ICurrencyProps } from './currency';
declare const _default: import('vue').DefineComponent<ICurrencyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
change: (value: [string, string, ICurrencyCode]) => any;
"update:modelValue": (value: string) => any;
}, string, import('vue').PublicProps, Readonly<ICurrencyProps> & Readonly<{
onChange?: ((value: [string, string, ICurrencyCode]) => any) | undefined;
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {
flag: boolean;
prefix: boolean;
prepend: boolean;
append: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;