UNPKG

create-plume-react-project

Version:
8 lines (7 loc) 241 B
/** * this file is use to make import available on different file type than .ts or .tsx .js .css etc. * You can declare here any type of file that you want to import */ declare module '*.png' declare module '*.jpg' declare module '*.gif'