mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: types cleanup
This commit is contained in:
4
packages/core/ui/core/view/index.d.ts
vendored
4
packages/core/ui/core/view/index.d.ts
vendored
@@ -406,12 +406,12 @@ export abstract class View extends ViewBase {
|
||||
/**
|
||||
* Gets or sets the translateX affine transform of the view in device independent pixels.
|
||||
*/
|
||||
translateX: dip;
|
||||
translateX: CoreTypes.dip;
|
||||
|
||||
/**
|
||||
* Gets or sets the translateY affine transform of the view in device independent pixels.
|
||||
*/
|
||||
translateY: dip;
|
||||
translateY: CoreTypes.dip;
|
||||
|
||||
/**
|
||||
* Gets or sets the scaleX affine transform of the view.
|
||||
|
||||
Reference in New Issue
Block a user