UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

9 lines (8 loc) 291 B
import type { JSX } from '../../stencil-public-runtime'; import type { AvatarProps, PropColor, Stringified } from '../../schema'; export declare class KolAvatar implements AvatarProps { render(): JSX.Element; _color?: Stringified<PropColor>; _src?: string; _label: string; }