initial translation support
This commit is contained in:
parent
33db337a7a
commit
f8e10a1e09
7 changed files with 154 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue