chore: 9.0.0-alpha.17

This commit is contained in:
Nathan Walker
2025-09-16 23:19:52 -07:00
parent 882e01b2c9
commit 18852e0046
2 changed files with 1 additions and 9 deletions

View File

@@ -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",

View File

@@ -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';