vue-admin-core
Version:
A Component Library for Vue 3
51 lines (50 loc) • 1.2 kB
TypeScript
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;