mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
control-state-change removed
This commit is contained in:
1
ui/ui.d.ts
vendored
1
ui/ui.d.ts
vendored
@ -8,7 +8,6 @@ declare module "ui" {
|
||||
export * from "ui/button";
|
||||
export * from "ui/content-view";
|
||||
export * from "ui/core/bindable";
|
||||
export * from "ui/core/control-state-change";
|
||||
export * from "ui/core/dependency-observable";
|
||||
export * from "ui/core/proxy";
|
||||
export * from "ui/core/view";
|
||||
|
1
ui/ui.ts
1
ui/ui.ts
@ -4,7 +4,6 @@ export * from "ui/builder";
|
||||
export * from "ui/button";
|
||||
export * from "ui/content-view";
|
||||
export * from "ui/core/bindable";
|
||||
export * from "ui/core/control-state-change";
|
||||
export * from "ui/core/dependency-observable";
|
||||
export * from "ui/core/proxy";
|
||||
export * from "ui/core/view";
|
||||
|
Reference in New Issue
Block a user