UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

7 lines 383 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type ButtonIconProps<C extends ElementType = "span"> = HTMLHopeProps<C>; export declare function ButtonIcon<C extends ElementType = "span">(props: ButtonIconProps<C>): import("solid-js").JSX.Element; export declare namespace ButtonIcon { var toString: () => string; } //# sourceMappingURL=button-icon.d.ts.map