@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
7 lines • 552 B
TypeScript
import { FSharpList } from '@fable-org/fable-library-js/List.js';
import { IReactProperty } from '../Feliz.2.9.0/Types.fs.js';
import { ReactElement } from 'react';
export declare function Helpers_extractClasses(xs: FSharpList<IReactProperty>): [FSharpList<string>, FSharpList<IReactProperty>];
export declare function Helpers_combineClasses(cn: string, xs: FSharpList<IReactProperty>): FSharpList<IReactProperty>;
export declare function Daisy_status_Z2931AEC6(props: FSharpList<IReactProperty>): ReactElement;
//# sourceMappingURL=DaisyUI.fs.d.ts.map