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