2173fd9ef9
refs https://github.com/TryGhost/Toolbox/issues/594 - we're moving all the standalone apps to a separate folder to keep them out of the core code and easier to find
7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
declare module '*.svg' {
|
|
import React = require('react');
|
|
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
const src: string;
|
|
export default src;
|
|
}
|