mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Typos (#4789)
This commit is contained in:

committed by
Hristo Hristov

parent
3e38eb4b2f
commit
a79a83ce82
6
tns-core-modules/ui/core/view/view.d.ts
vendored
6
tns-core-modules/ui/core/view/view.d.ts
vendored
@ -14,12 +14,12 @@ export * from "../../styling/style-properties";
|
|||||||
export function PseudoClassHandler(...pseudoClasses: string[]): MethodDecorator;
|
export function PseudoClassHandler(...pseudoClasses: string[]): MethodDecorator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Denotes a length number that is in device independent pixels units.
|
* Denotes a length number that is in device independent pixel units.
|
||||||
*/
|
*/
|
||||||
export type dip = number;
|
export type dip = number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Denotes a length number that is in phisical device pixels.
|
* Denotes a length number that is in physical device pixels.
|
||||||
*/
|
*/
|
||||||
export type px = number;
|
export type px = number;
|
||||||
|
|
||||||
@ -576,7 +576,7 @@ export abstract class View extends ViewBase implements ApplyXmlAttributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base class for all UI components that implements custom layouts.
|
* Base class for all UI components that implement custom layouts.
|
||||||
*/
|
*/
|
||||||
export class CustomLayoutView extends View {
|
export class CustomLayoutView extends View {
|
||||||
//@private
|
//@private
|
||||||
|
Reference in New Issue
Block a user