Skip to content

Commit

Permalink
feat: export QueueMode and ShowNotificationParams types
Browse files Browse the repository at this point in the history
  • Loading branch information
seniv committed Jul 21, 2024
1 parent edfafc4 commit 6c598c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ export { NotifierComponents };
export { Notifier, NotifierRoot } from './Notifier';
export { Easing } from 'react-native';
export * from './NotifierWrapper';
export type { NotifierInterface } from './types';
export type {
NotifierInterface,
QueueMode,
ShowNotificationParams,
} from './types';

0 comments on commit 6c598c1

Please sign in to comment.