UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

6 lines (5 loc) 233 B
import type { ToastProps } from '@appbuckets/react-ui/Toast'; import type { NotificationContent } from '../NotificationManager.types'; export declare function getToastProps( content?: NotificationContent ): ToastProps | undefined;