ohctechv3/.svn/pristine/f5/f5e1d638517fc90f3e675ce3eecab18f6481d3e7.svn-base
2024-10-28 15:03:36 +05:30

5 lines
175 B
Plaintext

import type { Config } from './types/config'
import { DefaultTheme } from './types/generated/default-theme'
declare const theme: Config['theme'] & DefaultTheme
export = theme