Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit eff6570

Browse files
committed
chore: udpate vue exports
1 parent 3125586 commit eff6570

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

packages/vue/src/index.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,21 @@ export {
472472
type ToastPlacement,
473473
} from "@chakra-ui/c-toast"
474474

475-
export { CTooltip, type CTooltipProps } from "@chakra-ui/c-tooltip"
475+
export {
476+
useTooltip,
477+
CTooltip,
478+
CTooltipArrow,
479+
CTooltipPositioner,
480+
CTooltipContent,
481+
CTooltipTrigger,
482+
tooltipAnatomy,
483+
type CTooltipPositionerProps,
484+
type UseTooltipProps,
485+
type UseTooltipReturn,
486+
type CTooltipProps,
487+
type CTooltipArrowProps,
488+
type CTooltipContentProps,
489+
} from "@chakra-ui/c-tooltip"
476490

477491
// V
478492
export {

0 commit comments

Comments
 (0)