diff --git a/index.d.ts b/index.d.ts index db01dc2..a75765e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -207,7 +207,7 @@ declare module "@uidotdev/usehooks" { export function useNetworkState(): NetworkState; - export function useObjectState(initialValue: T): [T, (arg: T) => void]; + export function useObjectState(initialValue: T): [T, (arg: Partial) => void]; export function useOrientation(): { angle: number;