parse.d.ts 89 B

12345
  1. import { Parser } from './postcss.js'
  2. declare const parse: Parser
  3. export default parse