UNPKG

@blocknote/xl-docx-exporter

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

12 lines (9 loc) 257 B
/// <reference types="vite/client" /> // eslint-disable-next-line @typescript-eslint/no-empty-interface interface ImportMetaEnv { // readonly VITE_APP_TITLE: string; // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv; }