UNPKG

@chakra-ui/button

Version:

A React component that is a base button.

9 lines (6 loc) 214 B
import { HTMLChakraProps } from '@chakra-ui/system'; declare function ButtonIcon(props: HTMLChakraProps<"span">): JSX.Element; declare namespace ButtonIcon { var displayName: string; } export { ButtonIcon };