UNPKG

@chakra-ui/core

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (4 loc) 158 B
import * as React from "react"; import { BoxProps } from "../Box"; declare const Code: React.FC<BoxProps & { variantColor?: string }>; export default Code;