DefinitelyTyped/types/vuelidate/index.d.ts
orblazer 65355267e7 [@types/vuelidate] Add return for async rule (#36159)
* Add return for async rule

* Add missing validation properties

* Remove useless property

* Strict type of custom rules
2019-08-19 12:00:38 -07:00

19 lines
540 B
TypeScript

// Type definitions for vuelidate 0.7
// Project: https://github.com/monterail/vuelidate
// Definitions by: Jan Esser <https://github.com/janesser>
// Jubair Saidi <https://github.com/jubairsaidi>
// Orblazer <https://github.com/orblazer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
import './vue'
import './lib/validators'
import { Vuelidate } from './vuelidate'
export default Vuelidate
export {
validationMixin,
Validation
} from './vuelidate'