UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

9 lines (8 loc) 255 B
declare const validators: { required: (value: string) => boolean; email: (value: string) => boolean; url: (value: string) => boolean; number: (value: string) => boolean; price: (value: string) => boolean; }; export default validators;