UNPKG

@nfdi4plants/swate-components

Version:

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

7 lines 544 B
import { FSharpList } from '@fable-org/fable-library-js/List.js'; import { FsColumn } from '../../FsSpreadsheet.7.0.0-alpha.1/FsColumn.fs.js'; import { FsCell } from '../../FsSpreadsheet.7.0.0-alpha.1/Cells/FsCell.fs.js'; import { DataContext } from '../../ARCtrl.Core.3.0.0-beta.12/DataContext.fs.js'; export declare function setFromFsColumns(dc: DataContext[], columns: FSharpList<FsColumn>): DataContext[]; export declare function toFsColumns(dc: DataContext[]): FSharpList<FSharpList<FsCell>>; //# sourceMappingURL=DataMapColumn.fs.d.ts.map