cuiqian2004
2024-08-12 792a7de9550294e9ab2df42402402ef966153ff2
1
2
3
4
5
6
7
8
9
import { JSONHydrator } from './postcss.js'
 
interface FromJSON extends JSONHydrator {
  default: FromJSON
}
 
declare const fromJSON: FromJSON
 
export = fromJSON