cuiqian2004
2024-10-31 715fbe2b202d8aba399823ec3aa54ae9a01f6e51
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