Skip to content

Commit

Permalink
Add validators in IOptions (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gauthier authored and stuyam committed Sep 5, 2019
1 parent 9d5324d commit d2955d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ interface IObject {
}

interface IOptions {
validators?: IRules;
messages?: any;
className?: any;
autoForceUpdate?: any;
Expand Down

0 comments on commit d2955d3

Please sign in to comment.