UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 227 B
declare const getKoliBri: () => Record<string, unknown>; export { getKoliBri }; export declare const initKoliBri: () => void; export declare const renderDevAdvice: () => void; declare let nonce: () => string; export { nonce };