Skip to content

Commit 0c21df0

Browse files
committed
formated
1 parent 5383bdf commit 0c21df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export interface Config {
2929
export class CustomInputEvent<T = any> extends CustomEvent<T> {
3030
target!: CustomInputElement
3131
}
32+
3233
export interface CustomInputElement extends HTMLInputElement {
3334
options: Options
3435
masked?: Input

0 commit comments

Comments
 (0)