summaryrefslogtreecommitdiff
path: root/node_modules/tailwindcss/defaultTheme.d.ts
blob: 2bc9dc718b0c7384b2129cb936ce7faf6bcd6c5f (plain) (blame)
1
2
3
4
import type { Config } from './types/config'
import { DefaultTheme } from './types/generated/default-theme'
declare const theme: Config['theme'] & DefaultTheme
export = theme