mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-02-25 14:33:51 +01:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import type { Vocabulary } from "../../types";
|
|
declare const dynamic: Vocabulary;
|
|
export default dynamic;
|