UNPKG

@fesjs/fes-design

Version:
11 lines (10 loc) 244 B
export declare const COMPONENT_NAME: { TREE: string; TREE_NODE: string; }; export declare const CHECK_STRATEGY: { readonly ALL: "all"; readonly PARENT: "parent"; readonly CHILD: "child"; }; export declare const INDENT = 16;