fix typing and build errors
This commit is contained in:
@ -9,7 +9,9 @@ export type ElementMap = {
|
||||
| HTMLInputElement
|
||||
| HTMLSelectElement
|
||||
| HTMLCanvasElement
|
||||
| HTMLFormElement;
|
||||
| HTMLFormElement
|
||||
| HTMLInputElement
|
||||
;
|
||||
};
|
||||
|
||||
export const singleElements = {
|
||||
|
||||
Reference in New Issue
Block a user