@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
8 lines • 434 B
TypeScript
import { IconProps } from "../icon/icon";
import { ElementType } from "../types";
export declare type NotificationIconProps<C extends ElementType = "svg"> = IconProps<C>;
export declare function NotificationIcon<C extends ElementType = "svg">(props: NotificationIconProps<C>): import("solid-js").JSX.Element;
export declare namespace NotificationIcon {
var toString: () => string;
}
//# sourceMappingURL=notification-icon.d.ts.map