chore: format

This commit is contained in:
Nathan Walker
2020-07-11 11:08:39 -07:00
parent 19994ff349
commit 3e02a4b9c7
4 changed files with 1403 additions and 1421 deletions

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

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

View File

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