UNPKG

order-ui

Version:

order the UI base on id

8 lines (7 loc) 258 B
export declare class ComponentOrderUtil { static PARENT_NODE: string; static LIST_NODE: string; static DEFAULT_LIST: any[]; static ORDER_COMPONENT(componentIdList: any[], node: string): void; static isEmpty(input: any): boolean; }