UNPKG

@excalidraw/math

Version:

Excalidraw math functions

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