UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

2 lines (1 loc) 182 B
export declare function useRefState<T>(initialState: T | (() => T)): readonly [T, import("react").Dispatch<import("react").SetStateAction<T>>, import("react").MutableRefObject<T>];