source: imaps-frontend/node_modules/postcss/lib/fromJSON.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 162 bytes
Line 
1import { JSONHydrator } from './postcss.js'
2
3interface FromJSON extends JSONHydrator {
4 default: FromJSON
5}
6
7declare const fromJSON: FromJSON
8
9export = fromJSON
Note: See TracBrowser for help on using the repository browser.