Skip to content

Commit

Permalink
fix: fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas-rivian committed Sep 15, 2021
1 parent 1530784 commit 973031f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobx-form.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ declare module 'mobx-form' {

resetInteractedFlag(): void;

markAsInteracted(): void;

hasValue: boolean;

blurred: boolean;
Expand Down Expand Up @@ -132,8 +134,6 @@ declare module 'mobx-form' {

resetInteractedFlag(options?: ResetInteractedFlagType): void;

markAsInteracted(): void;

updateFrom(obj: Partial<T>, options?: ResetInteractedFlagType): void;

enableFields(fieldNames: string[]): void;
Expand Down

0 comments on commit 973031f

Please sign in to comment.