mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-07 02:17:19 +08:00
3 lines
100 B
Text
3 lines
100 B
Text
import type { Vocabulary } from "../../types";
|
|
declare const core: Vocabulary;
|
|
export default core;
|