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