@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
6 lines • 369 B
TypeScript
export function useEffect(getDisposable: any): void;
export function useEffectWithDeps(getDisposable: any, deps: any): void;
export function useLayoutEffect(getDisposable: any): void;
export function useLayoutEffectWithDeps(getDisposable: any, deps: any): void;
export function useDebugValue(value: any, formatter: any): void;
//# sourceMappingURL=ReactInterop.d.ts.map