wp-svg.d.ts 266 B

12345678
  1. // Copyright 2017-2020 @polkadot/apps authors & contributors
  2. // This software may be modified and distributed under the terms
  3. // of the Apache-2.0 license. See the LICENSE file for details.
  4. declare module '*.svg' {
  5. const content: any;
  6. export default content;
  7. }