UNPKG

zjyw-ui

Version:

## 安装

19 lines (18 loc) 443 B
export declare enum DomType { INPUT = "INPUT", ARRAY = "ARRAY", TABLE = "TBALE", OBJECT = "OBJECT" } export declare function getDomType(type: any): DomType; export declare const ruleJson: { homePage: { serviceSupervision: { "0": { key: string; title: string; }[]; }; }; }; export declare function exportJson(fileName: string, fileMsg: any): void;