@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
10 lines • 827 B
TypeScript
import { ReactElement } from 'react';
export declare function BaseCell(baseCellInputProps: any): ReactElement;
export declare function StringInactiveCell(stringInactiveCellInputProps: any): ReactElement;
export declare function InactiveCell(inactiveCellInputProps: any): ReactElement;
export declare function BaseActiveCell<a>(baseActiveCellInputProps: any): ReactElement;
export declare function StringActiveCell(stringActiveCellInputProps: any): ReactElement;
export declare function OntologyAnnotationActiveCell(ontologyAnnotationActiveCellInputProps: any): ReactElement;
export declare function CompositeCellInactiveCell(compositeCellInactiveCellInputProps: any): ReactElement;
export declare function CompositeCellActiveCell(compositeCellActiveCellInputProps: any): ReactElement;
//# sourceMappingURL=TableCell.fs.d.ts.map