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