UNPKG

@nfdi4plants/swate-components

Version:

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

10 lines 644 B
import { Decoder$1, IEncodable } from '../../Thoth.Json.Core.0.7.0/Types.fs.js'; import { FsCell } from '../Cells/FsCell.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 encodeNoNumber(cell: FsCell): IEncodable; export declare function encodeRows(cell: FsCell): IEncodable; export declare function decodeRows(rowNumber: Option<int32>): Decoder$1<FsCell>; export declare function encodeCols(cell: FsCell): IEncodable; export declare function decodeCols(colNumber: Option<int32>): Decoder$1<FsCell>; //# sourceMappingURL=Cell.fs.d.ts.map