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