UNPKG

@clerk/clerk-js

Version:
10 lines (9 loc) 454 B
import type { __internal_SubscriptionDetailsProps, Appearance } from '@clerk/types'; export declare function MountedSubscriptionDetailDrawer({ appearance, subscriptionDetailsDrawer, onOpenChange, }: { appearance?: Appearance; onOpenChange: (open: boolean) => void; subscriptionDetailsDrawer: { open: false; props: null | __internal_SubscriptionDetailsProps; }; }): import("@emotion/react/jsx-runtime").JSX.Element | null;