UNPKG

187 BTypeScriptView Raw
1import { type HTMLChakraProps } from "../../styled-system";
2export interface EmProps extends HTMLChakraProps<"em"> {
3}
4export declare const Em: import("../..").ChakraComponent<"em", {}>;