1
0

index.ts 88 B

12345
  1. import { Image } from './image.js';
  2. export * from './image.js';
  3. export default Image;