UNPKG

@pmndrs/uikit

Version:

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

6 lines (5 loc) 181 B
import { MeshBasicMaterial } from 'three'; import { Font } from '../font.js'; export declare class InstancedGlyphMaterial extends MeshBasicMaterial { constructor(font: Font); }