index.d.ts 106 B

123
  1. import type { Vocabulary } from "../../types";
  2. declare const dynamic: Vocabulary;
  3. export default dynamic;