UNPKG

unplugin-fonts

Version:
4 lines (3 loc) 205 B
import type { HtmlTagDescriptor } from 'vite'; import type { TypeKitFonts } from '../types'; export declare function typekitLoader({ id, defer, injectTo, fontBaseUrl }: TypeKitFonts): HtmlTagDescriptor[];