UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

11 lines (10 loc) 560 B
import { LogicRuleItem } from '../../../types/src/index'; declare function showDrawer(rules?: LogicRuleItem[]): void; declare const _default: import('vue').DefineComponent<{}, { showDrawer: typeof showDrawer; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { ok: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{ onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;