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:
Vendored
+4
@@ -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;
|
||||
Reference in New Issue
Block a user