mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
fix(core): type collisions with namespace (#8809)
This commit is contained in:
2
packages/core/ui/scroll-view/index.d.ts
vendored
2
packages/core/ui/scroll-view/index.d.ts
vendored
@ -81,6 +81,4 @@ export interface ScrollEventData extends EventData {
|
||||
scrollY: number;
|
||||
}
|
||||
|
||||
export type Orientation = 'horizontal' | 'vertical';
|
||||
|
||||
export const orientationProperty: Property<ScrollView, Orientation>;
|
||||
|
Reference in New Issue
Block a user