initial translation support

This commit is contained in:
MathMan05 2024-10-17 20:27:34 -05:00
parent 33db337a7a
commit f8e10a1e09
7 changed files with 154 additions and 26 deletions

View file

@ -4,7 +4,7 @@ interface OptionsElement<x> {
submit: () => void;
readonly watchForChange: (func: (arg1: x) => void) => void;
value: x;
}
}
//future me stuff
class Buttons implements OptionsElement<unknown>{
readonly name: string;