defaultTheme.d.ts 97 B

1234
  1. import type { Config } from './types/config'
  2. declare const theme: Config['theme']
  3. export = theme