got to layouts

This commit is contained in:
Hristo Hristov
2016-12-09 17:57:17 +02:00
parent 07e2102c5d
commit 19ee47ba24
76 changed files with 941 additions and 1002 deletions

View File

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