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