|
8 | 8 | export type { NativeScriptConfig } from './config';
|
9 | 9 | export { iOSApplication, AndroidApplication } from './application';
|
10 | 10 | export type { ApplicationEventData, LaunchEventData, OrientationChangedEventData, UnhandledErrorEventData, DiscardedErrorEventData, CssChangedEventData, LoadAppCSSEventData, AndroidActivityEventData, AndroidActivityBundleEventData, AndroidActivityRequestPermissionsEventData, AndroidActivityResultEventData, AndroidActivityNewIntentEventData, AndroidActivityBackPressedEventData, SystemAppearanceChangedEventData } from './application';
|
11 |
| -import { systemAppearanceChanged, getMainEntry, getRootView, _resetRootView, getResources, setResources, setCssFileName, getCssFileName, loadAppCss, addCss, on, off, notify, hasListeners, run, orientation, getNativeApplication, hasLaunched, systemAppearance, setAutoSystemAppearanceChanged } from './application'; |
| 11 | +import { AndroidApplication, iOSApplication, systemAppearanceChanged, getMainEntry, getRootView, _resetRootView, getResources, setResources, setCssFileName, getCssFileName, loadAppCss, addCss, on, off, notify, hasListeners, run, orientation, getNativeApplication, hasLaunched, systemAppearance, setAutoSystemAppearanceChanged } from './application'; |
12 | 12 | export declare const Application: {
|
13 | 13 | launchEvent: string;
|
14 | 14 | displayedEvent: string;
|
@@ -41,8 +41,8 @@ export declare const Application: {
|
41 | 41 | hasLaunched: typeof hasLaunched;
|
42 | 42 | systemAppearance: typeof systemAppearance;
|
43 | 43 | setAutoSystemAppearanceChanged: typeof setAutoSystemAppearanceChanged;
|
44 |
| - android: import('./application').AndroidApplication; |
45 |
| - ios: import('./application').iOSApplication; |
| 44 | + android: AndroidApplication; |
| 45 | + ios: iOSApplication; |
46 | 46 | };
|
47 | 47 | import { setString, getString, clear, flush, getAllKeys, getBoolean, getNumber, hasKey, remove, setBoolean, setNumber } from './application-settings';
|
48 | 48 | export declare const ApplicationSettings: {
|
|
0 commit comments