@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
7 lines • 402 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type FormHelperTextProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
export declare function FormHelperText<C extends ElementType = "div">(props: FormHelperTextProps<C>): import("solid-js").JSX.Element;
export declare namespace FormHelperText {
var toString: () => string;
}
//# sourceMappingURL=form-helper-text.d.ts.map