astro-ghostcms/.pnpm-store/v3/files/6e/4f16f920077780aea7809b1e373...

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