UNPKG

piral-notifications

Version:

Plugin for triggering notifications in Piral.

5 lines (4 loc) 245 B
import * as React from 'react'; import { NotificationsHostProps, NotificationsToastProps } from './types'; export declare const DefaultHost: React.FC<NotificationsHostProps>; export declare const DefaultToast: React.FC<NotificationsToastProps>;