mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 06:59:13 +08:00
3 lines
97 B
Text
3 lines
97 B
Text
import type { Vocabulary } from "../types";
|
|
declare const next: Vocabulary;
|
|
export default next;
|