UNPKG

@useloops/design-system

Version:

The official React based Loops design system

9 lines (7 loc) 135 B
declare const emailValidation: { pattern: { value: RegExp; message: string; }; }; export { emailValidation };