TypeScript definitions for the css-tree-parser.ts file

This commit is contained in:
Manuel Saelices
2020-03-09 01:15:50 +01:00
parent b31114b9d7
commit a3c881fd5e

View File

@ -0,0 +1 @@
export declare function cssTreeParse(css: any, source: any): any;