mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: format
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -53,5 +53,5 @@ export type IOSTabBarItemsAlignment = 'leading' | 'justified' | 'center' | 'cent
|
||||
export const iOSTabBarItemsAlignmentProperty = new Property<TabsBase, IOSTabBarItemsAlignment>({ name: 'iOSTabBarItemsAlignment', defaultValue: 'justified' });
|
||||
iOSTabBarItemsAlignmentProperty.register(TabsBase);
|
||||
|
||||
export const animationEnabledProperty = new Property<TabsBase, boolean>({ name: "animationEnabled", defaultValue: true, valueConverter: booleanConverter });
|
||||
export const animationEnabledProperty = new Property<TabsBase, boolean>({ name: 'animationEnabled', defaultValue: true, valueConverter: booleanConverter });
|
||||
animationEnabledProperty.register(TabsBase);
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
"name": "tns-platform-declarations",
|
||||
"version": "6.5.10",
|
||||
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||
=======
|
||||
"name": "@nativescript/types",
|
||||
"version": "7.0.0-rc.0",
|
||||
"description": "Platform-specific TypeScript declarations for NativeScript",
|
||||
>>>>>>> chore: cleanup
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"test": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user