@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
10 lines (6 loc) • 321 B
text/typescript
import { default as NotificationSystem } from './NotificationSystem';
import * as CONSTANTS from './NotificationSystem.constants';
import { Props } from './NotificationSystem.types';
export { CONSTANTS as NOTIFICATION_SYSTEM_CONSTANTS };
export type NotificationSystemProps = Props;
export default NotificationSystem;