UNPKG

@nfdi4plants/swate-components

Version:

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

15 lines 810 B
import { Option } from '@fable-org/fable-library-js/Option.js'; import { FsRangeBase } from './FsRangeBase.fs.js'; import { FsRangeRow } from './FsRangeRow.fs.js'; import { FsRangeAddress } from './FsRangeAddress.fs.js'; import { int32 } from '@fable-org/fable-library-js/Int32.js'; import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js'; export declare class FsRange extends FsRangeBase { constructor(rangeAddress: FsRangeAddress, styleValue?: Option<any>); static fromRangeBase(rangeBase: FsRangeBase): FsRange; Row(row: int32): FsRangeRow; FirstRow(): FsRangeRow; } export declare function FsRange_$reflection(): TypeInfo; export declare function FsRange_$ctor_Z15E90CDC(rangeAddress: FsRangeAddress, styleValue?: Option<any>): FsRange; //# sourceMappingURL=FsRange.fs.d.ts.map