@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
21 lines • 3.04 kB
TypeScript
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
import { Message_$union, SheetEntity$1_$union, RowElement_$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 RowBuilder {
constructor();
}
export declare function RowBuilder_$reflection(): TypeInfo;
export declare function RowBuilder_$ctor(): RowBuilder;
export declare function RowBuilder_get_Empty(): SheetEntity$1_$union<FSharpList<RowElement_$union>>;
export declare function RowBuilder__SignMessages_3F89FFFC(this$: RowBuilder, messages: FSharpList<Message_$union>): FSharpList<Message_$union>;
export declare function RowBuilder__Combine_19F30600(this$: RowBuilder, wx1: SheetEntity$1_$union<FSharpList<RowElement_$union>>, wx2: SheetEntity$1_$union<FSharpList<RowElement_$union>>): SheetEntity$1_$union<FSharpList<RowElement_$union>>;
export declare function RowBuilder__Combine_ZC028CBD(this$: RowBuilder, wx1: RequiredSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<RowElement_$union>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_7DC18FE3(this$: RowBuilder, wx1: SheetEntity$1_$union<FSharpList<RowElement_$union>>, wx2: RequiredSource$1<void>): RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_Z1FF3C0DC(this$: RowBuilder, wx1: OptionalSource$1<void>, wx2: SheetEntity$1_$union<FSharpList<RowElement_$union>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_Z47B5345C(this$: RowBuilder, wx1: SheetEntity$1_$union<FSharpList<RowElement_$union>>, wx2: OptionalSource$1<void>): OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_385AF66F(this$: RowBuilder, wx1: RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>, wx2: SheetEntity$1_$union<FSharpList<RowElement_$union>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_16FE340F(this$: RowBuilder, wx1: SheetEntity$1_$union<FSharpList<RowElement_$union>>, wx2: RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>): RequiredSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_Z4C077C38(this$: RowBuilder, wx1: OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>, wx2: SheetEntity$1_$union<FSharpList<RowElement_$union>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
export declare function RowBuilder__Combine_Z23359F38(this$: RowBuilder, wx1: SheetEntity$1_$union<FSharpList<RowElement_$union>>, wx2: OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>): OptionalSource$1<SheetEntity$1_$union<FSharpList<RowElement_$union>>>;
//# sourceMappingURL=RowBuilder.fs.d.ts.map