UNPKG

150 BTypeScriptView Raw
1import { BoxProps } from "../Box";
2import * as React from "react";
3
4declare const FormHelperText: React.FC<BoxProps>;
5
6export default FormHelperText;