UNPKG

@chakra-ui/core

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (4 loc) 150 B
import { BoxProps } from "../Box"; import * as React from "react"; declare const FormHelperText: React.FC<BoxProps>; export default FormHelperText;