first init
This commit is contained in:
+2
@@ -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