UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

6 lines 299 B
import { ReactElement } from 'react'; export declare function SelectItem<a>(selectItemInputProps: any): ReactElement; export declare function Select<a>(selectInputProps: any): ReactElement; export default Select; export declare function Entry(): ReactElement; //# sourceMappingURL=Select.fs.d.ts.map