forked from MapComplete/MapComplete
Translations
This commit is contained in:
parent
68929e4067
commit
1343955f44
6 changed files with 76 additions and 40 deletions
9
test.ts
9
test.ts
|
@ -1,9 +0,0 @@
|
|||
import {DropDown} from "./UI/Input/DropDown";
|
||||
import {UIEventSource} from "./UI/UIEventSource";
|
||||
|
||||
const source = new UIEventSource(10)
|
||||
|
||||
const dd = new DropDown("Test", [
|
||||
{value: 5, shown: "five"},
|
||||
{value: 10, shown: "ten"}
|
||||
], source).AttachTo("maindiv")
|
Loading…
Add table
Add a link
Reference in a new issue