UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

11 lines (10 loc) 283 B
export declare const getCompPropsByIdMap: (data: { id: string | number; props: any; components: any[]; }[], result?: {}) => {}; export declare const getCompPropsById: (data: { id: string | number; props: any; components: any[]; }[], attrCode: string) => any;