mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup android refs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { View } from '../../ui/core/view';
|
||||
import type { View } from '../core/view';
|
||||
|
||||
declare namespace org {
|
||||
namespace nativescript {
|
||||
|
||||
2
packages/core/ui/embedding/index.d.ts
vendored
2
packages/core/ui/embedding/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import type { View } from '../../ui/core/view';
|
||||
import type { View } from '../core/view';
|
||||
|
||||
/**
|
||||
* Whether the app is embedded into a host project or standalone project
|
||||
|
||||
Reference in New Issue
Block a user