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