UNPKG

@whoof/ui

Version:

UI components and higher-order functions for Whop application layouts

7 lines (6 loc) 262 B
export interface UnauthorizedProps { message?: string; showPurchaseLink?: boolean; purchaseUrl?: string; } export declare const Unauthorized: ({ message, showPurchaseLink, purchaseUrl }: UnauthorizedProps) => import("react/jsx-runtime").JSX.Element;