import { ConstructorProps, ContextManager, HorizontalAlignment, VerticalAlignment } from '@zcomponent/core'; import { Object3D } from './Object3D'; interface HTMLConstructorProps extends ConstructorProps { /** @zprop * @zdefault div */ wrapper?: 'div'; } /** * The HTML component allows you to attach HTML DOM elements (e.g. `
`, `