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