challenge-vtex-io-andrea-ma.../react/typings/css.d.ts

5 lines
71 B
TypeScript
Raw Normal View History

2023-02-05 16:42:44 +00:00
declare module "*.css" {
const css: any;
export default css;
}