mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Removing the masked input typings for later adding.
This commit is contained in:
-24
@@ -1,24 +0,0 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface Caret {
|
||||
begin: number;
|
||||
end: number;
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
caret(): Caret;
|
||||
caret(begin: number, end?: number);
|
||||
|
||||
mask(format: string): JQuery;
|
||||
unmask(): JQuery;
|
||||
}
|
||||
|
||||
interface JQueryMaskedInputOptions {
|
||||
definitions: {
|
||||
[entry: string]: string;
|
||||
};
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
mask: JQueryMaskedInputOptions;
|
||||
}
|
||||
Reference in New Issue
Block a user