UNPKG

@payfit/unity-components

Version:

7 lines (6 loc) 252 B
import { PropsWithChildren } from 'react'; declare function ToastContent({ children }: PropsWithChildren<object>): import("react/jsx-runtime").JSX.Element | null; declare namespace ToastContent { var displayName: string; } export { ToastContent };