UNPKG

195 BTypeScriptView Raw
1import { type HTMLChakraProps } from "../../styled-system";
2export interface SpanProps extends HTMLChakraProps<"span"> {
3}
4export declare const Span: import("../..").ChakraComponent<"span", {}>;