Installation
npm install --save @types/yup-locale-pl
Summary
This package contains type definitions for yup-locale-pl (https://github.com/bkostrowiecki/yup-locale-pl).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yup-locale-pl.
index.d.ts
import { setLocale } from "yup";
type LocaleObject = Parameters<typeof setLocale>[0];
declare const locale: LocaleObject;
export = locale;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: yup
Credits
These definitions were written by Radosław Grochowski.