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