UNPKG

@chase-shao/vue-component-lib

Version:

[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/your-username/vue-component-lib)

7 lines (6 loc) 264 B
import { ValidationConfig } from './dataGen'; export declare const validateRules: (configs: ValidationConfig[], value: any) => { res: boolean; errorMessages: string; }; export declare const vallidateRule: (config: ValidationConfig, value: any) => boolean;