persona-community-5/.pnpm-store/v3/files/a0/8fa91d1cf597d57df7178fdb92603f09a371a26681f3c5b3b8afdf28806c5bea2f24d796435a1507798321e2b86ca2b306d3153da76c27ffdd68cde508bf00
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
135 B
Plaintext

import { Parser } from './postcss.js'
interface Parse extends Parser {
default: Parse
}
declare const parse: Parse
export = parse