UNPKG

@blockscout/ui-toolkit

Version:

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

4 lines (3 loc) 228 B
export declare function urlValidator(value: string | undefined): true | "Incorrect URL"; export declare const DOMAIN_REGEXP: RegExp; export declare function domainValidator(value: string | undefined): true | "Incorrect domain";