UNPKG

175 BTypeScriptView Raw
1import type { Config } from './types/config'
2import { DefaultTheme } from './types/generated/default-theme'
3declare const theme: Config['theme'] & DefaultTheme
4export = theme