UNPKG

109 BTypeScriptView Raw
1declare function useReactive<S extends Record<string, any>>(initialState: S): S;
2export default useReactive;