UNPKG

@nfdi4plants/swate-components

Version:

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

9 lines 538 B
import { Decoder$1, IEncodable } from '../../Thoth.Json.Core.0.7.0/Types.fs.js'; import { FsCell } from '../Cells/FsCell.fs.js'; import { FsRow } from '../FsRow.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(row: FsRow): IEncodable; export declare function encodeNoNumbers(row: Iterable<FsCell>): IEncodable; export declare const decode: Decoder$1<[Option<int32>, Iterable<FsCell>]>; //# sourceMappingURL=Row.fs.d.ts.map