UNPKG

@petkoneo/phaser3-rex-plugins

Version:
16 lines (12 loc) 324 B
import ComponentBase from '../../utils/componentbase/ComponentBase'; export default FullWindow; declare namespace FullWindow { interface IConfig { } } declare class FullWindow extends ComponentBase { constructor( gameObject: Phaser.GameObjects.GameObject, config?: FullWindow.IConfig ); }