Urara-Blog/node_modules/.pnpm-store/v3/files/6e/4f16f920077780aea7809b1e37313c53488ecb063113aa7275700f457b797cc7295f5960a2a2cfa09a2192d3ae8bc57ef289a89e0aebd3fbae5cf289d13f5c
2022-08-14 01:14:53 +08:00

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