style.scss.d.ts 179 Bytes
Newer Older
ada committed
1 2 3 4 5 6 7
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
  'content': string;
}
declare var cssExports: CssExports;
export = cssExports;