@react-three/uikit
Version:
Build performant 3D user interfaces with react-three-fiber and yoga.
8 lines (7 loc) • 354 B
TypeScript
import { TTFInput, MSDFResult } from '@pmndrs/uikit';
export { TTFLoader, type TTFInput, type TTFInputItem, type TTFLoaderOptions, type MSDFResult } from '@pmndrs/uikit';
export declare function useTTF(input: TTFInput): MSDFResult;
export declare namespace useTTF {
var preload: (input: TTFInput) => void;
var clear: (input: TTFInput) => void;
}