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