UNPKG

vue-hooks-plus

Version:
3 lines (2 loc) 110 B
import { Ref } from 'vue'; export default function useFavicon(href?: string | Ref<string | undefined>): void;