mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
11
nativescript-core/application/application.d.ts
vendored
11
nativescript-core/application/application.d.ts
vendored
@@ -1,11 +1,6 @@
|
||||
/**
|
||||
* Contains the application abstraction with all related methods.
|
||||
* @module "application"
|
||||
*/ /** */
|
||||
|
||||
/// <reference path="../tns-core-modules.d.ts" />
|
||||
|
||||
import { NavigationEntry, View, Observable, EventData } from "../ui/frame";
|
||||
import { NavigationEntry } from "../ui/frame";
|
||||
import { View } from '../ui/core/view';
|
||||
import { Observable, EventData } from '../data/observable';
|
||||
|
||||
/**
|
||||
* String value used when hooking to launch event.
|
||||
|
||||
Reference in New Issue
Block a user