@slashid/react
Version:
React SDK for the /id platform
10 lines • 323 B
TypeScript
import { ReactNode } from "react";
type Props = {
children: ReactNode;
};
/**
* Renders the children only when the SDK is ready and the user is not authenticated.
*/
export declare const LoggedOut: ({ children }: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=index.d.ts.map