UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 276 B
export declare const handleSlotContent: (hostRef: HTMLElement, slotRef: HTMLElement, slotName: string) => void; export declare const showExpertSlot: (label: unknown) => label is ""; export declare const buildBadgeTextString: (accessKey?: string, shortKey?: string) => string;