physix / frontend /node_modules /postcss /lib /fromJSON.d.ts
Pratyush-01's picture
Upload folder using huggingface_hub
9d1374f verified
import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare let fromJSON: FromJSON
export = fromJSON