Skip to content

Commit 62d3ece

Browse files
committed
refactor: update main exports and types (add toastTheme & update ToastProps name)
1 parent 00cc080 commit 62d3ece

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/src/main.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
export { ToastProvider } from './providers/toast-provider';
22
export { useToast } from './hooks/toast-context';
3-
export type { ToastProps, ToastProviderProperties } from './types/toast.types';
3+
export type {
4+
ToastProps as ToastProperties,
5+
ToastProviderProperties,
6+
Theme as ToastTheme,
7+
} from './types/toast.types';

0 commit comments

Comments
 (0)