UNPKG

@pmndrs/uikit

Version:

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

5 lines (4 loc) 246 B
import { ConversionComponentData } from './internals.js'; export declare const htmlDefaults: Record<string, Partial<Omit<ConversionComponentData, 'hasProperty'>> & { renderAs?: 'Image' | 'Input' | 'Video' | 'Icon' | 'Container' | 'Text'; }>;