0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-20 06:22:38 -05:00
penpot-exporter-figma-plugin/ui-src/vite-env.d.ts

12 lines
309 B
TypeScript
Raw Normal View History

2024-04-12 18:52:19 +02:00
/// <reference types="vite/client" />
/// <reference types="vite-plugin-svgr/client" />
2024-10-17 12:13:47 +02:00
declare module ViteEnv {
interface ImportMetaEnv {
VITE_NR_ACCOUNT_ID: string;
VITE_NR_TRUST_KEY: string;
VITE_NR_AGENT_ID: string;
VITE_NR_LICENSE_KEY: string;
VITE_NR_APPLICATION_ID: string;
}
}