mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Button added
This commit is contained in:
5
ui/button/button.d.ts
vendored
Normal file
5
ui/button/button.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module "ui/button" {
|
||||
class Button {
|
||||
text: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user