UNPKG

@payfit/unity-components

Version:

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