cuiqian2004
2024-11-04 46a69ec5c8c6dde5249832d46659f988fe16ec3f
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