We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e35818 commit 614539fCopy full SHA for 614539f
packages/react/src/components/button/close-button.tsx
@@ -1,9 +1,8 @@
1
-import type { ButtonProps } from "@chakra-ui/react"
2
-import { IconButton } from "@chakra-ui/react"
3
import * as React from "react"
4
import { CloseIcon } from "../icons"
+import { IconButton, type IconButtonProps } from "./icon-button"
5
6
-export interface CloseButtonProps extends ButtonProps {}
+export interface CloseButtonProps extends IconButtonProps {}
7
8
export const CloseButton = React.forwardRef<
9
HTMLButtonElement,
0 commit comments