UNPKG

@public-ui/components

Version:

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

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