Skip to content

Commit f7a8c3e

Browse files
committed
Export PopoverProps from the main package entry point
1 parent a68d4ae commit f7a8c3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/feedback/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export { default as ToastMessages } from './ToastMessages';
99
export type { CalloutProps } from './Callout';
1010
export type { DialogProps } from './Dialog';
1111
export type { ModalDialogProps } from './ModalDialog';
12+
export type { PopoverProps } from './Popover';
1213
export type { SpinnerProps } from './Spinner';
1314
export type { SpinnerOverlayProps } from './SpinnerOverlay';
1415
export type {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export type {
114114
CalloutProps,
115115
DialogProps,
116116
ModalDialogProps,
117+
PopoverProps,
117118
SpinnerProps,
118119
SpinnerOverlayProps,
119120
ToastMessage,

0 commit comments

Comments
 (0)