UNPKG

@vxe-ui/core

Version:
8 lines (4 loc) 199 B
import VXEStore from './store' import { VxeGlobalValidators } from '../../types' export const validators = new VXEStore() as VxeGlobalValidators Object.assign(validators, { _name: 'Validators' })