UNPKG

@clerk/clerk-js

Version:
3 lines (2 loc) 224 B
import type { CustomPageContent } from '../utils/createCustomPages'; export declare const CustomPageContentContainer: ({ mount, unmount }: Omit<CustomPageContent, "url">) => import("@emotion/react/jsx-runtime").JSX.Element;