Skip to content

Instantly share code, notes, and snippets.

@JoshuaKGoldberg
Created March 29, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshuaKGoldberg/7ed43cc2752bfb36eedc7dc1ef2b9996 to your computer and use it in GitHub Desktop.
Save JoshuaKGoldberg/7ed43cc2752bfb36eedc7dc1ef2b9996 to your computer and use it in GitHub Desktop.
SVG Declaration File
/**
* @example
* import happy from './assets/happy.svg';
*/
declare module "*.svg" {
const fileName: string;
export default fileName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment