mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 00:49:30 +08:00
3 lines
120 B
Text
3 lines
120 B
Text
import type { CodeKeywordDefinition } from "../../types";
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|