typed-png.d.ts 85 B

123456
  1. /** @format */
  2. declare module '*.png' {
  3. const value: any;
  4. export = value;
  5. }