mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
18 lines
482 B
TypeScript
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'
|