mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nativescript",
|
||||
"version": "7.0.0-rc.23",
|
||||
"version": "7.0.0-rc.24",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"nx": "nx",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "NativeScript Core Modules",
|
||||
"version": "7.0.0-rc.23",
|
||||
"version": "7.0.0-rc.24",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
1
packages/core/ui/index.d.ts
vendored
1
packages/core/ui/index.d.ts
vendored
@@ -42,6 +42,7 @@ export { SegmentedBar, SegmentedBarItem } from './segmented-bar';
|
||||
export { Slider } from './slider';
|
||||
|
||||
export { addTaggedAdditionalCSS, removeTaggedAdditionalCSS, resolveFileNameFromUrl } from './styling/style-scope';
|
||||
export { Background, CacheMode } from './styling/background';
|
||||
export { animationTimingFunctionConverter, timeConverter } from './styling/converters';
|
||||
export { Style, CommonLayoutParams } from './styling/style';
|
||||
export * from './styling/style-properties';
|
||||
|
||||
@@ -42,6 +42,7 @@ export { SegmentedBar, SegmentedBarItem } from './segmented-bar';
|
||||
export { Slider } from './slider';
|
||||
|
||||
export { addTaggedAdditionalCSS, removeTaggedAdditionalCSS, resolveFileNameFromUrl } from './styling/style-scope';
|
||||
export { Background, CacheMode } from './styling/background';
|
||||
export { animationTimingFunctionConverter, timeConverter } from './styling/converters';
|
||||
export { Style, CommonLayoutParams } from './styling/style';
|
||||
export * from './styling/style-properties';
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "Compatibility with old style tns-core-modules imports for NativeScript.",
|
||||
"version": "7.0.0-rc.23",
|
||||
"version": "7.0.0-rc.24",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user