UNPKG

@public-ui/components

Version:

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

6 lines (5 loc) 126 B
import type { StencilUnknown } from '../types'; export interface EventDetail { name: string; value: StencilUnknown; }