mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
got to layouts
This commit is contained in:
@@ -20,12 +20,12 @@ export module inputType {
|
||||
/**
|
||||
* Plain text input type.
|
||||
*/
|
||||
export let text: string = "text";
|
||||
export const text: string = "text";
|
||||
|
||||
/**
|
||||
* Password input type.
|
||||
*/
|
||||
export let password: string = "password";
|
||||
export const password: string = "password";
|
||||
}
|
||||
|
||||
export function getCurrentPage(): Page {
|
||||
|
||||
Reference in New Issue
Block a user