tiny-electron-essentials
Version:
A lightweight and modular utility library for Electron apps, offering simplified window management, tray support, IPC channels, and custom frameless window styling.
15 lines • 618 B
text/typescript
/**
* [tiny-electron-essentials] This module must not be imported directly.
*
* Please import from one of the following entry points instead:
* → 'tiny-electron-essentials/preload'
* → 'tiny-electron-essentials/main'
* → 'tiny-electron-essentials/global'
*
* Direct imports like `import 'tiny-electron-essentials'` or `import something from 'tiny-electron-essentials'` are not supported.
* This separation is necessary to avoid conflicts between Electron contexts (main, preload, renderer).
*
* @returns {never}
*/
export default function _default(): never;
//# sourceMappingURL=index.d.mts.map