ui-ingredients
Version:
Headless component library for Svelte powered by zag
7 lines (6 loc) • 380 B
TypeScript
import type { HtmlIngredientProps } from '../types.js';
export interface TreeViewBranchIndicatorProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const TreeViewBranchIndicator: import("svelte").Component<TreeViewBranchIndicatorProps, {}, "ref">;
type TreeViewBranchIndicator = ReturnType<typeof TreeViewBranchIndicator>;
export default TreeViewBranchIndicator;