physix / frontend /node_modules /tailwindcss /loadConfig.d.ts
Pratyush-01's picture
Upload folder using huggingface_hub
9d1374f verified
raw
history blame contribute delete
116 Bytes
import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig