UNPKG

@logaflow/react

Version:

Streamline user feedback collection with Logaflow. Efficiently collect feedback from your users to accelerate bug fixes and increase product impact.

10 lines (7 loc) 160 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_ENVRIOMENT: string; } interface ImportMeta { readonly env: ImportMetaEnv; }