persona-community-5/.pnpm-store/v3/files/2c/964d9187d3b0accc13ddfface1fcc6c4fa227cb34ad571a79ef8a219d4d41a1026b4c2a84d680becae8382bc90d6b9bc78238c90cd011ef93014918e3c113f
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

6 lines
256 B
Plaintext

import type { CodeKeywordDefinition } from "../../types";
import type { KeywordCxt } from "../../compile/validate";
declare const def: CodeKeywordDefinition;
export declare function dynamicAnchor(cxt: KeywordCxt, anchor: string): void;
export default def;