UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

6 lines (5 loc) 308 B
import type { ReactNode } from 'react'; import type { AppShellAuthConfig } from './types.js'; export declare function AppShellAuth({ children, title, description, brandName, brandMark, eyebrow, preview, actions, }: AppShellAuthConfig & { children: ReactNode; }): import("react/jsx-runtime").JSX.Element;