UNPKG

pricing4react

Version:

A library of components that ease the integration of feature toggling driven by pricing plans into your React application's UI.

7 lines (6 loc) 222 B
interface UserContextPageProps { title: string; tableHeaders: string[]; } export declare function UserContextPage({ title, tableHeaders }: UserContextPageProps): import("react/jsx-runtime").JSX.Element; export {};