UNPKG

@nfdi4plants/swate-components

Version:

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

13 lines 1.19 kB
import { FSharpList } from '@fable-org/fable-library-js/List.js'; import { Workbook, TableElement_$union, RowElement_$union, SheetElement_$union } from './Types.fs.js'; import { FsCellsCollection } from '../Cells/FsCellsCollection.fs.js'; import { FsTable } from '../Tables/FsTable.fs.js'; import { FsRow } from '../FsRow.fs.js'; import { FsWorksheet } from '../FsWorksheet.fs.js'; import { FsWorkbook } from '../FsWorkbook.fs.js'; export declare function splitRowsAndColumns(els: FSharpList<SheetElement_$union>): FSharpList<[string, FSharpList<SheetElement_$union>]>; export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseTable_Static(cellCollection: FsCellsCollection, table: FsTable, els: FSharpList<TableElement_$union>): void; export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseRow_Static(cellCollection: FsCellsCollection, row: FsRow, els: FSharpList<RowElement_$union>): void; export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseSheet_Static(sheet: FsWorksheet, els: FSharpList<SheetElement_$union>): void; export declare function FsSpreadsheet_DSL_Workbook__Workbook_Parse(self: Workbook): FsWorkbook; //# sourceMappingURL=Transform.fs.d.ts.map