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