Skip to content

Commit

Permalink
Merge pull request #925 from FirstVertex/master
Browse files Browse the repository at this point in the history
provide default typearg of InputMask
  • Loading branch information
uNmAnNeR committed Dec 12, 2023
2 parents 8484f79 + 2273fa8 commit 29cc3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/imask/src/controls/input.ts
Expand Up @@ -16,7 +16,7 @@ type InputMaskEventListener = (e?: InputEvent) => void;

/** Listens to element events and controls changes between element and {@link Masked} */
export default
class InputMask<Opts extends FactoryArg> {
class InputMask<Opts extends FactoryArg = FactoryArg> {
/**
View element
*/
Expand Down

0 comments on commit 29cc3b0

Please sign in to comment.