// import * as Phaser from 'phaser';
import Drag from "./Drag";

export default function (
    gameObject: Phaser.GameObjects.GameObject,
    config?: Drag.IConfig
): Drag;