UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 364 B
import type { HtmlIngredientProps } from '../types.js'; export interface ListboxItemIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const ListboxItemIndicator: import("svelte").Component<ListboxItemIndicatorProps, {}, "ref">; type ListboxItemIndicator = ReturnType<typeof ListboxItemIndicator>; export default ListboxItemIndicator;