@@ -347,6 +347,40 @@ export {
347
347
PinInputProvider ,
348
348
usePinInput ,
349
349
} from "@chakra-ui/c-pin-input"
350
+
351
+ export { CPopover } from "@chakra-ui/c-popover"
352
+ export {
353
+ CPopoverContent ,
354
+ type CPopoverContentProps ,
355
+ } from "@chakra-ui/c-popover"
356
+ export {
357
+ CPopoverPositioner ,
358
+ type CPopoverPositionerProps ,
359
+ } from "@chakra-ui/c-popover"
360
+ export { CPopoverTrigger } from "@chakra-ui/c-popover"
361
+ export { CPopoverCloseTrigger } from "@chakra-ui/c-popover"
362
+ export { CPopoverTitle , type CPopoverTitleProps } from "@chakra-ui/c-popover"
363
+ export { CPopoverArrow } from "@chakra-ui/c-popover"
364
+ export {
365
+ CPopoverDescription ,
366
+ type CPopoverDescriptionProps ,
367
+ } from "@chakra-ui/c-popover"
368
+ export { CPopoverHeader , type CPopoverHeaderProps } from "@chakra-ui/c-popover"
369
+ export { CPopoverFooter , type CPopoverFooterProps } from "@chakra-ui/c-popover"
370
+ export { CPopoverBody , type CPopoverBodyProps } from "@chakra-ui/c-popover"
371
+ export { CPopoverAnchor , type CPopoverAnchorProps } from "@chakra-ui/c-popover"
372
+ export {
373
+ CPopoverCloseButton ,
374
+ type CPopoverCloseButtonProps ,
375
+ } from "@chakra-ui/c-popover"
376
+ export { usePopover } from "@chakra-ui/c-popover"
377
+
378
+ export type { CPopoverProps } from "@chakra-ui/c-popover"
379
+ export type {
380
+ UsePopoverProps ,
381
+ UsePopoverPropsContext ,
382
+ } from "@chakra-ui/c-popover"
383
+
350
384
export {
351
385
popperCSSVars ,
352
386
usePopper ,
0 commit comments