@avaco/utility-operation-notification
v0.9.0
Published
```js import operationNotification, { operationNotificationTypes } from '@avaco/utility-operation-notification'
Downloads
52
Keywords
Readme
Example Usage
import operationNotification, { operationNotificationTypes } from '@avaco/utility-operation-notification'
operationNotification.create({
title: 'This is a title',
message: 'This is the message body',
type: operationNotificationTypes.success
})