UNPKG

@appbuckets/react-ui-smart-components

Version:

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

5 lines (4 loc) 227 B
import * as React from 'react'; import type { NotificationContainerProps } from './NotificationContainer.types'; declare const NotificationContainer: React.VFC<NotificationContainerProps>; export default NotificationContainer;