UNPKG

vtils

Version:

一个面向业务的 JavaScript/TypeScript 实用程序库。

6 lines (5 loc) 188 B
import { yup } from '../yup'; export declare const getZhCN: (options: { getLabel: (params: yup.LocaleValueFnParams) => string; }) => yup.Locale; export declare const zhCN: yup.Locale;