UNPKG

@whoof/ui

Version:

UI components and higher-order functions for Whop application layouts

7 lines (6 loc) 233 B
export interface OutOfBoundsProps { appId: string; message?: string; installUrl?: string; } export declare const OutOfBounds: ({ appId, message, installUrl }: OutOfBoundsProps) => import("react/jsx-runtime").JSX.Element;