UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

5 lines (4 loc) 187 B
import { type HTMLChakraProps } from "../../styled-system"; export interface EmProps extends HTMLChakraProps<"em"> { } export declare const Em: import("../..").ChakraComponent<"em", {}>;