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);
|
||||
|
||||
Reference in New Issue
Block a user