diff --git a/index.d.ts b/index.d.ts index bfb1b16..2baf838 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -import React from "react"; +import { ReactElement } from "react"; export declare function useKindeAuth(): State; @@ -6,8 +6,7 @@ export declare function KindeProvider({ children, }: { children: any; -}): React.Provider; - +}): ReactElement; export declare function handleAuth(): any; export type User = {