UNPKG

membros-react-sdk

Version:

React authentication library for Membros platform with subscription management and plan-based access control

10 lines 378 B
import React from "react"; import { LogoutOptions } from "../types"; interface LogoutButtonProps { children?: React.ReactNode; className?: string; options?: LogoutOptions; } export declare function LogoutButton({ children, className, options }: LogoutButtonProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=LogoutButton.d.ts.map