arcade-physics
Version:
Use Arcade Physics without Phaser.
19 lines • 415 B
TypeScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Structs
*/
declare const _default: {
Events: any;
List: any;
Map: any;
ProcessQueue: any;
RTree: any;
Set: any;
Size: any;
};
export default _default;
//# sourceMappingURL=index.d.ts.map