We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5383bdf commit 0c21df0Copy full SHA for 0c21df0
src/core.ts
@@ -29,6 +29,7 @@ export interface Config {
29
export class CustomInputEvent<T = any> extends CustomEvent<T> {
30
target!: CustomInputElement
31
}
32
+
33
export interface CustomInputElement extends HTMLInputElement {
34
options: Options
35
masked?: Input
0 commit comments