UNPKG

@public-ui/components

Version:

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

6 lines (5 loc) 241 B
export declare function delegateClick(host: HTMLElement, callback: () => Promise<void>): Promise<void>; export declare function setClick(element: HTMLElement): Promise<void>; export interface ClickableElement { click(): Promise<void>; }