UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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