snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
30 lines (29 loc) • 1.39 kB
TypeScript
import { LogicRuleItem } from '../../../types/src/index';
type __VLS_Props = {
modelValue?: LogicRuleItem[];
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
drawerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
onOk?: ((...args: any[]) => any) | undefined;
}>, {
showDrawer: (rules?: LogicRuleItem[]) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
ok: (...args: any[]) => void;
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{}> & Readonly<{
onOk?: ((...args: any[]) => any) | undefined;
}>, {
showDrawer: (rules?: LogicRuleItem[]) => void;
}, {}, {}, {}, {}> | null;
}, HTMLDivElement>;
export default _default;