Files
xyflow/dist/hooks/useElementUpdater.d.ts
T

4 lines
137 B
TypeScript

import { Elements } from '../types';
declare const useElementUpdater: (elements: Elements) => void;
export default useElementUpdater;