UNPKG

@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

Version:

An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop

6 lines (5 loc) 180 B
import type { CleanupFn } from '../internal-types'; export declare function useCleanupFn(): { setCleanupFn: (newCleanupFn: CleanupFn) => void; runCleanupFn: () => void; };