UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

7 lines (6 loc) 262 B
import type { ReactNode } from 'react'; export interface AppShellChatProps { globalActions?: ReactNode; children: ReactNode; } export declare function AppShellChat({ globalActions, children }: AppShellChatProps): import("react/jsx-runtime").JSX.Element;