UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

7 lines 381 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type AlertTitleProps<C extends ElementType = "div"> = HTMLHopeProps<C>; export declare function AlertTitle<C extends ElementType = "div">(props: AlertTitleProps<C>): import("solid-js").JSX.Element; export declare namespace AlertTitle { var toString: () => string; } //# sourceMappingURL=alert-title.d.ts.map