UNPKG

@silexlabs/grapesjs-notifications

Version:

This GrapesJs plugin is designed to enhance the user experience within the editor by providing a robust notification system. This plugin captures and displays various types of notifications including errors, warnings, and activities, thereby facilitating

5 lines 317 B
import { Editor } from 'grapesjs'; import { Notification } from './Notification'; import { NotificationManagerOptions } from './NotificationManager'; export default function (editor: Editor, container: HTMLElement, notifs: Notification[], options: NotificationManagerOptions): void; //# sourceMappingURL=view.d.ts.map