mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
11 lines
312 B
TypeScript
11 lines
312 B
TypeScript
declare module "forcefocus";
|
|
declare const ipc: typeof import("./preload").ipc;
|
|
|
|
/**
|
|
* Will be turned into a constant string in the main process only
|
|
* likely either `"development"` or `"production"`.
|
|
*
|
|
* This is done using the `DefinePlugin` in our webpack files.
|
|
*/
|
|
declare const BIT_ENVIRONMENT: string;
|