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