@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
6 lines • 351 B
TypeScript
import { IEncodable, Decoder$1 } from '../../Thoth.Json.Core.0.7.0/Types.fs.js';
import { DataType_$union } from '../Cells/FsCell.fs.js';
export declare const Decode_datetime: Decoder$1<Date>;
export declare function encode(value: any): IEncodable;
export declare const decode: Decoder$1<[any, DataType_$union]>;
//# sourceMappingURL=Value.fs.d.ts.map