UNPKG

react-breadcrumbs-light

Version:

React Breadcrumbs customizable and easy to use component & service

8 lines (7 loc) 267 B
export declare const removeParams: (url: string) => string; export declare const makeFirstLetterUp: (item: string) => string; export declare const findParam: (link: string) => boolean; export declare const findMin: (arr: any) => { min: any; index: number; };