UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

13 lines 694 B
import { IconProps } from "../icon/icon"; import { ElementType } from "../types"; export declare type TagLeftIconProps<C extends ElementType = "svg"> = IconProps<C>; export declare function TagLeftIcon<C extends ElementType = "svg">(props: TagLeftIconProps<C>): import("solid-js").JSX.Element; export declare namespace TagLeftIcon { var toString: () => string; } export declare type TagRightIconProps<C extends ElementType = "svg"> = IconProps<C>; export declare function TagRightIcon<C extends ElementType = "svg">(props: TagRightIconProps<C>): import("solid-js").JSX.Element; export declare namespace TagRightIcon { var toString: () => string; } //# sourceMappingURL=tag-icon.d.ts.map