## Version <!-- Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser. --> * Phaser Version: 3.80.1 <!-- Place the operating system **below** this comment. --> * Operating system: <!-- If the bug is browser specific, please enter the version **below** this comment: --> * Browser: ## Description Parameter [`useSpriteSheet`](https://github.com/phaserjs/phaser/blob/master/src/tilemaps/components/CreateFromTiles.js#L83) is part of `spriteConfig`, which is [Phaser.Types.GameObjects.Sprite.SpriteConfig](https://github.com/phaserjs/phaser/blob/master/src/tilemaps/components/CreateFromTiles.js#L22) type. However, type define [Phaser.Types.GameObjects.Sprite.SpriteConfig](https://github.com/phaserjs/phaser/blob/master/src/gameobjects/sprite/typedefs/SpriteConfig.js) does not include `useSpriteSheet`.