kjelsrud.dev/node_modules/tailwindcss/loadConfig.d.ts
sindrekjelsrud bb41712ce4 add TailwindCSS
+ a lot of node_modules?? unsure what happened
2023-07-20 20:28:44 +02:00

4 lines
116 B
TypeScript

import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig