@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
21 lines • 3.19 kB
TypeScript
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { Message_$union, SheetEntity$1_$union, ColumnElement_$union } from './Types.fs.js';
import { FSharpList } from '@fable-org/fable-library-js/List.js';
import { OptionalSource$1, RequiredSource$1 } from './Expression.fs.js';
export declare class ColumnBuilder {
constructor();
}
export declare function ColumnBuilder_$reflection(): TypeInfo;
export declare function ColumnBuilder_$ctor(): ColumnBuilder;
export declare function ColumnBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<ColumnElement_$union>>;
export declare function ColumnBuilder__SignMessages_3F89FFFC(this$: ColumnBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>;
export declare function ColumnBuilder__Combine_Z14A04580(this$: ColumnBuilder, wx1: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>, wx2: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>): SheetEntity$1_$union<FSharpList<ColumnElement_$union>>;
export declare function ColumnBuilder__Combine_89C473F(this$: ColumnBuilder, wx1: RequiredSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_740C071F(this$: ColumnBuilder, wx1: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>, wx2: RequiredSource$1<void>): RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_1B6D0B58(this$: ColumnBuilder, wx1: OptionalSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_Z4E78BCA8(this$: ColumnBuilder, wx1: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>, wx2: OptionalSource$1<void>): OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_F0E07EF(this$: ColumnBuilder, wx1: RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>, wx2: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_48CBECF(this$: ColumnBuilder, wx1: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>, wx2: RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_Z172253D8(this$: ColumnBuilder, wx1: OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>, wx2: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
export declare function ColumnBuilder__Combine_Z73B7C9D8(this$: ColumnBuilder, wx1: SheetEntity$1_$union<FSharpList<ColumnElement_$union>>, wx2: OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<ColumnElement_$union>>>;
//# sourceMappingURL=ColumnBuilder.fs.d.ts.map