12 lines
330 B
TypeScript
12 lines
330 B
TypeScript
|
|
||
|
declare module 'phaser3-rex-plugins/plugins/virtualjoystick.js' {
|
||
|
const content: any;
|
||
|
export default content;
|
||
|
}
|
||
|
declare module 'phaser3-rex-plugins/plugins/gestures-plugin.js' {
|
||
|
const content: any;
|
||
|
export default content;
|
||
|
}
|
||
|
declare module 'phaser3-rex-plugins/plugins/gestures.js' {
|
||
|
export const Pinch: any;
|
||
|
}
|