UNPKG

@blockscout/ui-toolkit

Version:

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

8 lines (7 loc) 314 B
export declare const stripTrailingSlash: (str: string) => string; export declare const stripLeadingSlash: (str: string) => string; export declare const addLeadingSlash: (str: string) => string; export declare function makePrettyLink(url: string | undefined): { href: string; domain: string; } | undefined;