UNPKG

platformicons

Version:
7 lines (6 loc) 273 B
/** * Insert <link ref="preload" /> elements into the <head> node to preload * platfrom icons. Useful to avoid render blocking / jank when we know we'll be * showing platform icons on the next page. */ export declare function preloadIcons(format?: "sm" | "lg"): void;