mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): RootLayout with api to fluidly handle dynamic layers (#8980)
This commit is contained in:
committed by
Nathan Walker
parent
cbba5ed19d
commit
577b1e9dad
@@ -2,6 +2,8 @@ export { AbsoluteLayout } from './absolute-layout';
|
||||
export { DockLayout } from './dock-layout';
|
||||
export { FlexboxLayout } from './flexbox-layout';
|
||||
export { GridLayout, GridUnitType, ItemSpec } from './grid-layout';
|
||||
export { RootLayout, getRootLayout } from './root-layout';
|
||||
export type { RootLayoutOptions, ShadeCoverOptions } from './root-layout';
|
||||
export { StackLayout } from './stack-layout';
|
||||
export { WrapLayout } from './wrap-layout';
|
||||
export { LayoutBase } from './layout-base';
|
||||
|
||||
Reference in New Issue
Block a user