update at 2025-09-22 13:55:41
This commit is contained in:
9
src/postcss/fromJSON.d.ts
vendored
Normal file
9
src/postcss/fromJSON.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { JSONHydrator } from './postcss.js'
|
||||
|
||||
interface FromJSON extends JSONHydrator {
|
||||
default: FromJSON
|
||||
}
|
||||
|
||||
declare const fromJSON: FromJSON
|
||||
|
||||
export = fromJSON
|
||||
Reference in New Issue
Block a user