UNPKG

@chakra-ui/progress

Version:

Progress bar component for Chakra UI

11 lines (8 loc) 225 B
import { HTMLChakraProps } from '@chakra-ui/system'; interface CircleProps extends HTMLChakraProps<"circle"> { } declare const Circle: { (props: CircleProps): JSX.Element; displayName: string; }; export { Circle };