UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

3 lines (2 loc) 123 B
export declare const EMAIL_REGEXP: RegExp; export declare const emailValidator: (value: string) => true | "Invalid email";