UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

7 lines (6 loc) 227 B
import type { JSX } from '../../stencil-public-runtime'; import type { LabelPropType, TreeProps } from '../../schema'; export declare class KolTree implements TreeProps { _label: LabelPropType; render(): JSX.Element; }