physix / frontend /node_modules /tailwindcss /defaultTheme.d.ts
Pratyush-01's picture
Upload folder using huggingface_hub
9d1374f 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