UNPKG

use-style-link

Version:

A React hook for inserting the identical style link.

2 lines (1 loc) 135 B
export declare const useStyleLink: (url: string, autoClear?: boolean, isSameLink?: (link1: string, link2: string) => boolean) => void;