@wfrog/vc
Version:
vue3 组件库 vc
11 lines (10 loc) • 597 B
TypeScript
import { IChoiceBooleanProps } from './choice-boolean';
declare const _default: import('vue').DefineComponent<IChoiceBooleanProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<IChoiceBooleanProps> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
text: [string, string];
valueType: "boolean" | "number";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;