update options file 80%

This commit is contained in:
kruschen 2024-09-01 22:29:35 +00:00
parent 0216c0456f
commit b66f4c6ca8
5 changed files with 114 additions and 74 deletions

View file

@ -6,6 +6,7 @@ export type ElementMap = {
input: HTMLInputElement;
output: HTMLOutputElement;
select: HTMLSelectElement;
canvas: HTMLCanvasElement;
// add more types as needed
};