dynamicRef.d.ts 245 B

12345
  1. import type { CodeKeywordDefinition } from "../../types";
  2. import type KeywordCxt from "../../compile/context";
  3. declare const def: CodeKeywordDefinition;
  4. export declare function dynamicRef(cxt: KeywordCxt, ref: string): void;
  5. export default def;