UNPKG

@pmndrs/uikit

Version:

Build performant 3D user interfaces with Three.js and yoga.

3 lines (2 loc) 154 B
import { Font, FontInfo } from './font.js'; export declare function loadCachedFont(fontInfoOrUrl: string | FontInfo, onLoad: (font: Font) => void): void;