UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

11 lines 545 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type SelectTagCloseButtonProps<C extends ElementType = "button"> = HTMLHopeProps<C>; /** * The close button that sit inside a `SelectTag`. * Used to remove an option in a multi-select. */ export declare function SelectTagCloseButton<C extends ElementType = "button">(props: SelectTagCloseButtonProps<C>): import("solid-js").JSX.Element; export declare namespace SelectTagCloseButton { var toString: () => string; } //# sourceMappingURL=select-tag-close-button.d.ts.map