UNPKG

@pmndrs/uikit

Version:

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

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