UNPKG

ketcher-react

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