@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
15 lines (14 loc) • 493 B
TypeScript
import type { JSX } from '../../stencil-public-runtime';
import type { AbbrAPI, AbbrStates, LabelPropType } from '../../schema';
export declare class KolAbbr implements AbbrAPI {
private abbrRef?;
private readonly tooltipCtrl;
private readonly setAbbrRef;
render(): JSX.Element;
_label?: LabelPropType;
state: AbbrStates;
validateLabel(value?: LabelPropType): void;
componentWillLoad(): void;
componentDidRender(): void;
disconnectedCallback(): void;
}