persona-community-5/.pnpm-store/v3/files/a2/6c46ccc18d99223059cdb7f475a9bf0e37e1780dc5feb9697412fd15a54114172c38cef886c742373074d9a67377074f6e8d18a9e20e063780c9ca10564c9d
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
250 B
Plaintext

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