UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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