UNPKG

@public-ui/components

Version:

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

9 lines (8 loc) 380 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 }; export declare const createUniqueId: (prefix: string) => string; export declare const createRelatedUniqueId: (baseId: string, suffix: string) => string;