UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 157 B
declare const MAX_TIMEOUT_DURATION = 5000; declare function waitForThemed(host: HTMLElement): Promise<void>; export { MAX_TIMEOUT_DURATION, waitForThemed };