UNPKG

common-hook

Version:
7 lines (6 loc) 125 B
/** * @name 设置页面favicon * @example * useFavicon(url) */ export declare const useFavicon: (href: string) => void;