astro/packages/integrations/image/components/index.ts
Tony Sullivan eaf187f2c4
Fixing TypeScript type definitions for image components (#3980)
* moving back to importing from components directory

* exporting components with a .ts file instead of .js

* chore: changeset
2022-07-20 00:33:11 +00:00

2 lines
104 B
TypeScript

export { default as Image } from './Image.astro';
export { default as Picture } from './Picture.astro';