2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-17 19:21:21 +03:00

Add basic typescript declarations

This commit is contained in:
Alexander Shabunevich
2020-11-29 19:31:41 +03:00
parent ea6f31babd
commit ffde6a5140
16 changed files with 74 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
export function event(name: any, inputType?: any): Event;
export function findInputElement(el: any): any;
export function fixInputSelection(el: any, position: any, digit: any): void;
export function isString(val: any): boolean;