persona-community-5/.pnpm-store/v3/files/0c/37a33c00485072379e072ddac99912955a1f51916c5e30cb6e443d577f73af18d49fd86daefc651c7c994cc54ab5f11c3c48de20eed01ed846972d17cfe9da
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

14 lines
264 B
Plaintext

export declare class Type {
tag: any;
kind: any;
resolve: any;
construct: any;
instanceOf: any;
predicate: any;
represent: any;
defaultStyle: any;
styleAliases: any;
loadKind: any;
constructor(tag: any, options: any);
}