UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 368 B
import type { HtmlIngredientProps } from '../types.js'; export interface TreeViewBranchControlProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const TreeViewBranchControl: import("svelte").Component<TreeViewBranchControlProps, {}, "ref">; type TreeViewBranchControl = ReturnType<typeof TreeViewBranchControl>; export default TreeViewBranchControl;