UNPKG

@excalidraw/excalidraw

Version:
2 lines (1 loc) 99 B
export declare const useCallbackRefState: <T>() => readonly [T | null, (value: T | null) => void];