persona-community-5/.pnpm-store/v3/files/6e/4f16f920077780aea7809b1e37313c53488ecb063113aa7275700f457b797cc7295f5960a2a2cfa09a2192d3ae8bc57ef289a89e0aebd3fbae5cf289d13f5c
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

5 lines
175 B
Plaintext

import type { Config } from './types/config'
import { DefaultTheme } from './types/generated/default-theme'
declare const theme: Config['theme'] & DefaultTheme
export = theme