form-designer-xinyi
Version:
基于vue3的设计器,可视化开发页面表单
12 lines (10 loc) • 566 B
TypeScript
import { LogicRuleItem } from './types';
declare function showDrawer(rules?: LogicRuleItem[]): void;
declare const _default: import('@vue/runtime-core').DefineComponent<{}, {
showDrawer: typeof showDrawer;
}, {}, {}, {}, import('@vue/runtime-core').ComponentOptionsMixin, import('@vue/runtime-core').ComponentOptionsMixin, {
ok: (...args: any[]) => void;
}, string, import('@vue/runtime-core').PublicProps, Readonly<import('@vue/runtime-core').ExtractPropTypes<{}>> & {
onOk?: ((...args: any[]) => any) | undefined;
}, {}, {}>;
export default _default;