Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
raw
history blame contribute delete
175 Bytes
import type { Config } from './types/config'
import { DefaultTheme } from './types/generated/default-theme'
declare const theme: Config['theme'] & DefaultTheme
export = theme