UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

5 lines (4 loc) 195 B
import { type HTMLChakraProps } from "../../styled-system"; export interface SpanProps extends HTMLChakraProps<"span"> { } export declare const Span: import("../..").ChakraComponent<"span", {}>;