asd/asd-pc/node_modules/postcss/lib/fromJSON.d.ts
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

10 lines
162 B
TypeScript

import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON