mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Rename the files
This commit is contained in:
16
tns-core-modules/ui/styling/visual-state-constants.d.ts
vendored
Normal file
16
tns-core-modules/ui/styling/visual-state-constants.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
declare module "ui/styling/visual-state-constants" {
|
||||
/**
|
||||
* Denotes Normal state of an UIControl.
|
||||
*/
|
||||
export var Normal: string;
|
||||
|
||||
/**
|
||||
* Denotes Hovered state of an UIControl.
|
||||
*/
|
||||
export var Hovered: string;
|
||||
|
||||
/**
|
||||
* Denotes Pressed state of an UIControl.
|
||||
*/
|
||||
export var Pressed: string;
|
||||
}
|
||||
Reference in New Issue
Block a user