Files
old-cto-as-you-go/CTOAsYouGo/node_modules/tailwindcss/loadConfig.d.ts
2023-07-01 10:42:40 +02:00

5 lines
116 B
TypeScript

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