UNPKG

ember-svg-jar

Version:

Best way to use SVG images in Ember applications

6 lines (4 loc) 123 B
import type SvgJar from './helpers/svg-jar'; export default interface EmberSvgJarRegistry { 'svg-jar': typeof SvgJar; }