aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/postcss/lib/fromJSON.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/postcss/lib/fromJSON.d.ts')
-rw-r--r--vanilla/node_modules/postcss/lib/fromJSON.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/vanilla/node_modules/postcss/lib/fromJSON.d.ts b/vanilla/node_modules/postcss/lib/fromJSON.d.ts
new file mode 100644
index 0000000..e1deedb
--- /dev/null
+++ b/vanilla/node_modules/postcss/lib/fromJSON.d.ts
@@ -0,0 +1,9 @@
+import { JSONHydrator } from './postcss.js'
+
+interface FromJSON extends JSONHydrator {
+ default: FromJSON
+}
+
+declare const fromJSON: FromJSON
+
+export = fromJSON