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