UNPKG

@nimel/directorr-form

Version:
6 lines (5 loc) 205 B
export declare function isLikeFormStore(store: any): boolean; export declare function calcValues(moduleName: string, fields: string[], store: any): { [keys: string]: any; }; export default calcValues;