dynamicAnchor.d.ts 251 B

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