mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:09:29 +08:00
5 lines
256 B
Text
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;
|