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