UNPKG

@nfdi4plants/swate-components

Version:

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

14 lines 1.22 kB
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js'; import { Message_$union, SheetEntity$1_$union, SheetElement_$union } from './Types.fs.js'; import { FSharpList } from '@fable-org/fable-library-js/List.js'; export declare class SheetBuilder { readonly name: string; constructor(name: string); } export declare function SheetBuilder_$reflection(): TypeInfo; export declare function SheetBuilder_$ctor_Z721C83C5(name: string): SheetBuilder; export declare function SheetBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<SheetElement_$union>>; export declare function SheetBuilder__SignMessages_3F89FFFC(this$: SheetBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>; export declare function SheetBuilder__Run_5EFE5A35(this$: SheetBuilder, children: SheetEntity$1_$union<FSharpList<SheetElement_$union>>): SheetEntity$1_$union<[string, FSharpList<SheetElement_$union>]>; export declare function SheetBuilder__Combine_6037FAE0(this$: SheetBuilder, wx1: SheetEntity$1_$union<FSharpList<SheetElement_$union>>, wx2: SheetEntity$1_$union<FSharpList<SheetElement_$union>>): SheetEntity$1_$union<FSharpList<SheetElement_$union>>; //# sourceMappingURL=SheetBuilder.fs.d.ts.map