style.scss.d.ts 345 Bytes
Newer Older
ada committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
  'all': string;
  'anjingSum': string;
  'content': string;
  'item': string;
  'jingqingTable': string;
  'line': string;
  'pie': string;
  'pieContent': string;
  'pieTable': string;
}
declare var cssExports: CssExports;
export = cssExports;