UNPKG

ketcher-react

Version:
17 lines (16 loc) 360 B
export function sdataReducer(state: any, action: any): { result: any; valid: any; errors: any; }; export function initSdata(schema: any): { errors: {}; valid: boolean; result: { context: string; fieldName: string; fieldValue: string; radiobuttons: string; type: string; }; };