UNPKG

@pmndrs/uikit

Version:

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

5 lines (4 loc) 257 B
import { Node, Yoga } from 'yoga-layout/load'; export declare const PointScaleFactor = 100; export declare function createDefaultConfig(Config: Yoga['Config']): import("yoga-layout/load").Config; export declare const createYogaNode: () => Node | undefined;