4 lines
106 B
TypeScript
Raw Normal View History

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