mirror of
https://github.com/imezx/Warp.git
synced 2025-06-20 21:49:17 +00:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
import { JSONHydrator } from './postcss.js'
|
|
|
|
interface FromJSON extends JSONHydrator {
|
|
default: FromJSON
|
|
}
|
|
|
|
declare const fromJSON: FromJSON
|
|
|
|
export = fromJSON
|