UNPKG

@darwish/hooks-core

Version:

7 lines (6 loc) 177 B
/** * This hook is used to set the favicon of the page. * @param href The URL of the favicon. */ declare const useFavicon: (href: string) => void; export default useFavicon;