UNPKG

vue-admin-core

Version:
51 lines (50 loc) 1.2 kB
import { PropType } from "vue"; import type { IDomEditor } from "@wangeditor/core"; declare const _default: import("vue").DefineComponent<{ visible: { type: BooleanConstructor; }; position: { type: ObjectConstructor; }; options: { type: PropType<{ label: string; value: string; }[]>; default: () => never[]; }; editor: { type: PropType<IDomEditor>; }; value: { type: StringConstructor; }; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ visible: { type: BooleanConstructor; }; position: { type: ObjectConstructor; }; options: { type: PropType<{ label: string; value: string; }[]>; default: () => never[]; }; editor: { type: PropType<IDomEditor>; }; value: { type: StringConstructor; }; }>>, { visible: boolean; options: { label: string; value: string; }[]; }, {}>; export default _default;