ccc-tnt-psd2ui/npm-packages/mac-v3.4.+/postcss/lib/parse.d.ts

10 lines
135 B
TypeScript
Raw Permalink Normal View History

2023-07-24 03:13:08 +00:00
import { Parser } from './postcss.js'
2023-09-06 01:51:55 +00:00
interface Parse extends Parser {
default: Parse
}
2023-07-24 03:13:08 +00:00
2023-09-06 01:51:55 +00:00
declare const parse: Parse
export = parse