mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:09:31 +08:00
4 lines
175 B
Text
4 lines
175 B
Text
import type { Config } from './types/config'
|
|
import { DefaultTheme } from './types/generated/default-theme'
|
|
declare const theme: Config['theme'] & DefaultTheme
|
|
export = theme
|