UNPKG

@nfdi4plants/swate-components

Version:

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

9 lines 550 B
import { Decoder$1, IEncodable } from '../../Thoth.Json.Core.0.7.0/Types.fs.js'; import { FsCell } from '../Cells/FsCell.fs.js'; import { FsColumn } from '../FsColumn.fs.js'; import { int32 } from '@fable-org/fable-library-js/Int32.js'; import { Option } from '@fable-org/fable-library-js/Option.js'; export declare function encode(col: FsColumn): IEncodable; export declare function encodeNoNumbers(col: Iterable<FsCell>): IEncodable; export declare const decode: Decoder$1<[Option<int32>, Iterable<FsCell>]>; //# sourceMappingURL=Column.fs.d.ts.map