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 TreeViewItemIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const TreeViewItemIndicator: import("svelte").Component<TreeViewItemIndicatorProps, {}, "ref">; type TreeViewItemIndicator = ReturnType<typeof TreeViewItemIndicator>; export default TreeViewItemIndicator;