@pmndrs/uikit
Version:
Build performant 3D user interfaces with Three.js and yoga.
6 lines (5 loc) • 439 B
TypeScript
import { Signal } from '@preact/signals-core';
import type { Properties } from '../../properties/index.js';
import type { Font } from '../font.js';
import type { GlyphOutProperties, TextLayoutProperties } from './types.js';
export declare function computedGlyphOutProperties(properties: Properties<TextLayoutProperties>, fontSignal: Signal<Font | undefined>): import("@preact/signals-core").ReadonlySignal<GlyphOutProperties | undefined>;