mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
/**
|
|
* @module "ui/proxy-view-container"
|
|
*/ /** */
|
|
|
|
import { LayoutBase } from "../layouts/layout-base";
|
|
|
|
export class ProxyViewContainer extends LayoutBase {
|
|
}
|