import { Container, ContainerChild, RenderLayer } from 'pixi.js'; import { Layout, LayoutOptions } from '../core/Layout'; import { LayoutContainer, LayoutContainerOptions } from './LayoutContainer'; export interface LayoutViewOptions extends LayoutContainerOptions { /** The slot container for holding content */ slot?: T; } /** * A specialized container that implements leaf node behavior similar to HTML elements * like `` or `