UNPKG

@public-ui/components

Version:

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

3 lines (2 loc) 175 B
export declare function delegateFocus(host: HTMLElement, callback: () => Promise<void>): Promise<void>; export declare function setFocus(element: HTMLElement): Promise<void>;