UNPKG

react-native-ui-lib

Version:

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

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