mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(ios): SplitView
This commit is contained in:
11
packages/core/ui/split-view/index.d.ts
vendored
Normal file
11
packages/core/ui/split-view/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { SplitViewBase } from './split-view-common';
|
||||
|
||||
export type { SplitBehavior, SplitRole, SplitStyle, SplitDisplayMode } from './split-view-common';
|
||||
|
||||
/**
|
||||
* iOS UISplitViewController-backed container.
|
||||
* On Android, acts as a simple container.
|
||||
*
|
||||
* @nsView SplitView
|
||||
*/
|
||||
export class SplitView extends SplitViewBase {}
|
||||
Reference in New Issue
Block a user