UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

5 lines (4 loc) 126 B
export declare const useMatchUrl: (href?: string) => { isMatch: boolean; checkIsMatch: (href?: string) => boolean; };