UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 230 B
import type { JSX } from '../../stencil-public-runtime'; import type { AvatarProps } from '../../schema'; export declare class KolAvatar implements AvatarProps { render(): JSX.Element; _src?: string; _label: string; }