Urara-Blog/node_modules/.pnpm-store/v3/files/2c/964d9187d3b0accc13ddfface1fcc6c4fa227cb34ad571a79ef8a219d4d41a1026b4c2a84d680becae8382bc90d6b9bc78238c90cd011ef93014918e3c113f
2022-08-14 01:14:53 +08:00

5 lines
256 B
Text

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;