This commit is contained in:
2
node_modules/@dnd-kit/utilities/dist/hooks/useNodeRef.d.ts
generated
vendored
Normal file
2
node_modules/@dnd-kit/utilities/dist/hooks/useNodeRef.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/// <reference types="react" />
|
||||
export declare function useNodeRef(onChange?: (newElement: HTMLElement | null, previousElement: HTMLElement | null) => void): readonly [import("react").MutableRefObject<HTMLElement | null>, (element: HTMLElement | null) => void];
|
||||
Reference in New Issue
Block a user