mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
parent
aaed6775c2
commit
76ca97f1ce
4
types/vuelidate/vuelidate.d.ts
vendored
4
types/vuelidate/vuelidate.d.ts
vendored
@ -21,8 +21,8 @@ export interface Validation extends Vue {
|
||||
readonly $params: { [attr: string]: any }
|
||||
|
||||
// const validationMethods
|
||||
$touch(): never
|
||||
$reset(): never
|
||||
$touch(): void
|
||||
$reset(): void
|
||||
$flattenParams(): ValidationParams[]
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user