UNPKG

membros-react-sdk

Version:

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

4 lines 350 B
import React from "react"; import { WithAuthenticationRequiredOptions } from "../types"; export declare function withAuthenticationRequired<P extends object>(Component: React.ComponentType<P>, options?: WithAuthenticationRequiredOptions): (props: P) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=withAuthenticationRequired.d.ts.map