UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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