@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
12 lines • 1 kB
TypeScript
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { Message_$union, SheetEntity$1_$union, WorkbookElement_$union } from './Types.fs.js';
import { FSharpList } from '@fable-org/fable-library-js/List.js';
export declare class WorkbookBuilder {
constructor();
}
export declare function WorkbookBuilder_$reflection(): TypeInfo;
export declare function WorkbookBuilder_$ctor(): WorkbookBuilder;
export declare function WorkbookBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<WorkbookElement_$union>>;
export declare function WorkbookBuilder__SignMessages_3F89FFFC(this$: WorkbookBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>;
export declare function WorkbookBuilder__Combine_49CE2EC0(this$: WorkbookBuilder, wx1: SheetEntity$1_$union<FSharpList<WorkbookElement_$union>>, wx2: SheetEntity$1_$union<FSharpList<WorkbookElement_$union>>): SheetEntity$1_$union<FSharpList<WorkbookElement_$union>>;
//# sourceMappingURL=WorkbookBuilder.fs.d.ts.map