persona-community-5/.pnpm-store/v3/files/70/0d37bdbe6842ab3c1c16abd9781aac9793fd86e5371744a57f6c1816b46423283475e604f6fdc1cbdc17c554acc90e62069e68450dfc22b6231a2632d7dd8b
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

4 lines
190 B
Plaintext

import type { StyleguideRawConfig, Plugin } from './types';
export declare const builtInConfigs: Record<string, StyleguideRawConfig>;
export declare const defaultPlugin: Plugin<'built-in'>;