UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

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