@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
9 lines • 908 B
TypeScript
import { Option } from '@fable-org/fable-library-js/Option.js';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
import { CompositeCell_$union } from '../../ARCtrl.Core.3.0.0-beta.12/Table/CompositeCell.fs.js';
export declare function termFromStringCells(tsrCol: Option<int32>, tanCol: Option<int32>, cellValues: string[]): CompositeCell_$union;
export declare function unitizedFromStringCells(unitCol: int32, tsrCol: Option<int32>, tanCol: Option<int32>, cellValues: string[]): CompositeCell_$union;
export declare function freeTextFromStringCells(cellValues: string[]): CompositeCell_$union;
export declare function dataFromStringCells(format: Option<int32>, selectorFormat: Option<int32>, cellValues: string[]): CompositeCell_$union;
export declare function toStringCells(isTerm: boolean, hasUnit: boolean, cell: CompositeCell_$union): string[];
//# sourceMappingURL=CompositeCell.fs.d.ts.map