chore: types cleanup

This commit is contained in:
Nathan Walker
2021-03-27 13:06:43 -07:00
parent 8af8de2166
commit b50a2e618f
9 changed files with 27 additions and 50 deletions

View File

@@ -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.