Urara-Blog/node_modules/.pnpm-store/v3/files/a2/6c46ccc18d99223059cdb7f475a9bf0e37e1780dc5feb9697412fd15a54114172c38cef886c742373074d9a67377074f6e8d18a9e20e063780c9ca10564c9d
2022-08-14 01:14:53 +08:00

5 lines
250 B
Text

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;