@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
15 lines • 1.3 kB
TypeScript
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { Message_$union, SheetEntity$1_$union, TableElement_$union } from './Types.fs.js';
import { FSharpList } from '@fable-org/fable-library-js/List.js';
export declare class TableBuilder {
readonly name: string;
constructor(name: string);
}
export declare function TableBuilder_$reflection(): TypeInfo;
export declare function TableBuilder_$ctor_Z721C83C5(name: string): TableBuilder;
export declare function TableBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<TableElement_$union>>;
export declare function TableBuilder__get_Name(this$: TableBuilder): string;
export declare function TableBuilder__SignMessages_3F89FFFC(this$: TableBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>;
export declare function TableBuilder__Run_15698F84(this$: TableBuilder, children: SheetEntity$1_$union<FSharpList<TableElement_$union>>): SheetEntity$1_$union<[string, FSharpList<TableElement_$union>]>;
export declare function TableBuilder__Combine_Z280DF080(this$: TableBuilder, wx1: SheetEntity$1_$union<FSharpList<TableElement_$union>>, wx2: SheetEntity$1_$union<FSharpList<TableElement_$union>>): SheetEntity$1_$union<FSharpList<TableElement_$union>>;
//# sourceMappingURL=TableBuilder.fs.d.ts.map