UNPKG

phaser4-rex-plugins

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