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