rsnext/packages/next/image.d.ts
Alex Castle 87175fe9df
Image component foundation (#17343)
Co-authored-by: Tim Neutkens <timneutkens@me.com>
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
2020-10-14 11:57:10 +02:00

2 lines
82 B
TypeScript

export * from './dist/client/image'
export { default } from './dist/client/image'