UNPKG

@appbuckets/react-ui-smart-components

Version:

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

6 lines (5 loc) 238 B
import type { NotificationManager } from '@appbuckets/react-ui-smart-components'; export interface UseSmartComponentsResult { /** Set the main Notification Manager to use to raise toast */ notificationManager?: NotificationManager; }