@hellobetterdigitalnz/betterui 0.0.3-6 → 0.0.3-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,6 +24,9 @@ export { default as ModalHeader } from './Modal/ModalHeader';
|
|
|
24
24
|
export type { default as ModalProps } from './Modal/ModalProps';
|
|
25
25
|
export type { default as ModalHeaderProps } from './Modal/ModalHeaderProps';
|
|
26
26
|
export type { default as ModalBodyProps } from './Modal/ModalBodyProps';
|
|
27
|
+
export type { default as ModalActionsProps } from './Modal/ModalActionsProps.tsx';
|
|
28
|
+
export type { default as ModalActionsRightProps } from './Modal/ModalActionsRightProps.tsx';
|
|
29
|
+
export type { default as ModalActionsLeftProps } from './Modal/ModalActionsLeftProps.tsx';
|
|
27
30
|
export { default as NotificationsBell } from './NotificationsBell/NotificationsBell';
|
|
28
31
|
export type { default as NotificationsBellProps } from './NotificationsBell/NotificationsBellProps';
|
|
29
32
|
export { default as Notification } from './NotificationsPanel/Notification';
|