Button added

This commit is contained in:
Vladimir Enchev
2014-06-13 11:00:34 +03:00
parent 2c4781db01
commit 7783f19ff3
6 changed files with 89 additions and 1 deletions

5
ui/button/button.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module "ui/button" {
class Button {
text: string;
}
}