@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
7 lines • 381 B
TypeScript
import { ReactElement } from 'react';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
/**
* This modal is used to display errors from for example api communication
*/
export declare function ErrorBaseModal(rmv: ((arg0: MouseEvent) => void), error: string, width?: int32, height?: int32, debug?: string): ReactElement;
//# sourceMappingURL=ErrorBaseModal.fs.d.ts.map