mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-15 05:12:47 +00:00
* Add return for async rule * Add missing validation properties * Remove useless property * Strict type of custom rules
19 lines
540 B
TypeScript
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'
|