UNPKG

@petkoneo/phaser3-rex-plugins

Version:
7 lines (6 loc) 204 B
// import * as Phaser from 'phaser'; import ClickOutside from "./ClickOutside"; export default function ( gameObject: Phaser.GameObjects.GameObject, config?: ClickOutside.IConfig ): ClickOutside;