@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
9 lines • 490 B
TypeScript
import { FsRangeAddress } from '../Ranges/FsRangeAddress.fs.js';
import { FsRangeRow } from '../Ranges/FsRangeRow.fs.js';
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
export declare class FsTableRow extends FsRangeRow {
constructor(rangeAddress: FsRangeAddress);
}
export declare function FsTableRow_$reflection(): TypeInfo;
export declare function FsTableRow_$ctor_6A2513BC(rangeAddress: FsRangeAddress): FsTableRow;
//# sourceMappingURL=FsTableRow.fs.d.ts.map