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