mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
declare module "ui/proxy-view-container" {
|
|
import { LayoutBase } from "ui/layouts/layout-base";
|
|
|
|
export class ProxyViewContainer extends LayoutBase {
|
|
}
|
|
} |