UNPKG

@public-ui/components

Version:

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

22 lines (21 loc) 643 B
declare enum KolEvent { blur = "kolBlur", change = "kolChange", changePage = "kolChangePage", changePageSize = "kolChangePageSize", click = "kolClick", close = "kolClose", create = "kolCreate", focus = "kolFocus", input = "kolInput", mousedown = "kolMousedown", reset = "kolReset", select = "kolSelect", selectionChange = "kolSelectionChange", settingsChange = "settingsChange", sort = "kolSort", submit = "kolSubmit", toggle = "kolToggle" } declare function dispatchDomEvent<T>(target: HTMLElement, event: KolEvent, detail?: T): void; export { KolEvent, dispatchDomEvent };