summaryrefslogblamecommitdiff
path: root/node_modules/tailwindcss/loadConfig.d.ts
blob: f17ad23d9afc83cb81aba537d3e4f7ebeb85acb0 (plain) (tree)
1
2
3
4



                                                 
import type { Config } from './types/config'

declare function loadConfig(path: string): Config
export = loadConfig