UNPKG

@robotlegsjs/pixi

Version:
6 lines (5 loc) 142 B
import { Container } from "pixi.js"; export declare const IContextView: unique symbol; export interface IContextView { view: Container; }