@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (12 loc) • 491 B
TypeScript
import type { JSX } from '../../stencil-public-runtime';
import type { AbbrAPI, AbbrStates, LabelPropType, TooltipAlignPropType } from '../../schema';
export declare class KolAbbr implements AbbrAPI {
private readonly nonce;
render(): JSX.Element;
_label: LabelPropType;
_tooltipAlign?: TooltipAlignPropType;
state: AbbrStates;
validateLabel(value?: LabelPropType): void;
validateTooltipAlign(value?: TooltipAlignPropType): void;
componentWillLoad(): void;
}