mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix frame.d.ts to not expose public android types.
This commit is contained in:
4
tns-core-modules/ui/frame/frame.d.ts
vendored
4
tns-core-modules/ui/frame/frame.d.ts
vendored
@ -351,7 +351,7 @@ declare module "ui/frame" {
|
|||||||
//@private
|
//@private
|
||||||
function reloadPage(): void;
|
function reloadPage(): void;
|
||||||
function resolvePageFromEntry(entry: NavigationEntry): pages.Page;
|
function resolvePageFromEntry(entry: NavigationEntry): pages.Page;
|
||||||
function setFragmentCallbacks(fragment: android.app.Fragment): void;
|
function setFragmentCallbacks(fragment: any /*android.app.Fragment*/): void;
|
||||||
function setActivityCallbacks(activity: android.app.Activity): void;
|
function setActivityCallbacks(activity: any /*android.app.Activity*/): void;
|
||||||
//@endprivate
|
//@endprivate
|
||||||
}
|
}
|
Reference in New Issue
Block a user