mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: 9.0.0-alpha.17
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nativescript/core",
|
"name": "@nativescript/core",
|
||||||
"version": "9.0.0-alpha.16",
|
"version": "9.0.0-alpha.17",
|
||||||
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
|
|||||||
8
packages/core/ui/layouts/index.d.ts
vendored
8
packages/core/ui/layouts/index.d.ts
vendored
@@ -1,8 +0,0 @@
|
|||||||
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, getRootLayoutById, 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