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