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