UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 382 B
import { IconProps } from "../icon/icon"; import { ElementType } from "../types"; /** * ListIcon is used to render an icon beside the list item text. */ export declare function ListIcon<C extends ElementType = "svg">(props: IconProps<C>): import("solid-js").JSX.Element; export declare namespace ListIcon { var toString: () => string; } //# sourceMappingURL=list-icon.d.ts.map