UNPKG

@robotlegsjs/pixi-palidor

Version:
8 lines (7 loc) 264 B
import { Event } from "@robotlegsjs/core"; export declare class PalidorEvent extends Event { static REMOVE_CURRENT_VIEW: string; static REMOVE_ALL_FLOATING_VIEWS: string; static REMOVE_LAST_FLOATING_VIEW_ADDED: string; constructor(type: string); }