@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
6 lines • 303 B
TypeScript
import { ReactElement } from 'react';
export declare function ListItem<a>(listItemInputProps: any): ReactElement;
export declare function ComboBox<a>(comboBoxInputProps: any): ReactElement;
export default ComboBox;
export declare function Entry(): ReactElement;
//# sourceMappingURL=ComboBox.fs.d.ts.map