UNPKG

react-bulma-components

Version:

React components for Bulma framework

12 lines (8 loc) 235 B
import { BulmaComponent } from '..'; import { Color } from '..'; interface NotificationProps { color?: Color; light?: Boolean; } declare const Notification: BulmaComponent<NotificationProps, 'div'>; export default Notification;