DefinitelyTyped/types/vuelidate/index.d.ts
2019-02-12 14:36:28 -08:00

18 lines
482 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>
// 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'