mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-02-02 11:13:50 +01:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import type { Vocabulary } from "../types";
|
|
declare const next: Vocabulary;
|
|
export default next;
|