UNPKG

117 BTypeScriptView Raw
1export declare const useGetSetState: <T extends object>(initialState?: T) => [() => T, (patch: Partial<T>) => void];