Files
2026-04-08 17:52:38 +08:00

10 строки
162 B
TypeScript

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