UNPKG

@nfdi4plants/swate-components

Version:

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

14 lines 587 B
import { ReactElement } from 'react'; import { DaisyUIColors_$union } from '../Util/Types.fs.js'; import { IReactProperty } from '../fable_modules/Feliz.2.9.0/Types.fs.js'; export declare function QuickAccessButton({ desc, children, onclick, isDisabled, props, color, classes }: { desc: string; children: ReactElement; onclick: ((arg0: Event) => void); isDisabled?: boolean; props?: Iterable<IReactProperty>; color?: DaisyUIColors_$union; classes?: string; }): ReactElement; export default QuickAccessButton; //# sourceMappingURL=QuickAccessButton.fs.d.ts.map