custom.d.ts 89 Bytes
Newer Older
mayi's avatar
mayi committed
1 2 3 4
declare module "*.css" {
  const css: { [key: string]: string };
  export default css;
}