diff --git a/img/src/index.ts b/img/src/index.ts index aaca1904..8958b29c 100644 --- a/img/src/index.ts +++ b/img/src/index.ts @@ -4,4 +4,9 @@ import {Data} from './data'; export const Sprites = new A.Sprites(Data); export const Icons = new A.Icons(Data); -export {GraphicsGen, AnimatedGraphicsGen, SecondFrameGraphicsGen, PokemonSprite} from './adaptable'; +export { + type GraphicsGen, + type AnimatedGraphicsGen, + type SecondFrameGraphicsGen, + type PokemonSprite, +} from './adaptable';