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