ketcher-react
Version:
Web-based molecule sketcher
17 lines (16 loc) • 360 B
TypeScript
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;
};
};