@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (12 loc) • 508 B
TypeScript
import type { JSX } from '../../stencil-public-runtime';
import type { WebComponentInterface } from '../../internal/functional-components/generic-types';
import type { IconApi } from '../../internal/functional-components/icon/api';
export declare class KolIcon implements WebComponentInterface<IconApi> {
private readonly ctrl;
_icons: string;
watchIcons(value?: string): void;
_label: string;
watchLabel(value?: string): void;
componentWillLoad(): void;
render(): JSX.Element;
}