mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { LayoutBase } from "./layout-base";
|
|
|
|
/**
|
|
* Base class for all views that supports children positioning in cross platform manner.
|
|
*/
|
|
export class Layout extends LayoutBase {
|
|
//
|
|
}
|