UNPKG

@blockscout/ui-toolkit

Version:

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

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