@pmndrs/uikit
Version:
Build performant 3D user interfaces with Three.js and yoga.
6 lines (5 loc) • 338 B
TypeScript
import type { GlyphLayoutLine, GlyphOutProperties } from '../layout.js';
export type GlyphWrapper = (properties: GlyphOutProperties, availableWidth: number | undefined, textStartIndex: number, target: GlyphLayoutLine) => void;
export * from './breakall-wrapper.js';
export * from './nowrap-wrapper.js';
export * from './word-wrapper.js';