diff --git a/src/components/NotificationV2/NotificationContext.ts b/src/components/NotificationV2/NotificationContext.ts index 2abdcfaa..a104b6e6 100644 --- a/src/components/NotificationV2/NotificationContext.ts +++ b/src/components/NotificationV2/NotificationContext.ts @@ -1,5 +1,6 @@ import { createCtx } from '@dassana-io/web-utils' import { NotificationConfig } from './utils' + export interface NotificationContextProps { generateNotification: (notification: NotificationConfig) => void }