mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-28 04:27:42 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
|
import { Parser } from './postcss.js'
|
||
|
|
||
|
declare const parse: Parser
|
||
|
|
||
|
export default parse
|