Fix some UI problems for 1.23 (#33856)

Partially backport #32927 #33851
This commit is contained in:
wxiaoguang
2025-03-11 23:16:33 +08:00
committed by GitHub
parent a2c6ecc093
commit 6f8e62fa9c
3 changed files with 9 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ interface Window {
jQuery: typeof import('@types/jquery'),
htmx: Omit<typeof import('htmx.org/dist/htmx.esm.js').default, 'config'> & {
config?: Writable<typeof import('htmx.org').default.config>,
process?: (elt: Element | string) => void,
},
ui?: any,
_globalHandlerErrors: Array<ErrorEvent & PromiseRejectionEvent> & {