UNPKG

electron-react-typescript-webpack-2022

Version:

Custom boilerplate for writing Desktop Applications using Electron, React, Webpack, TypeScript in 2022

18 lines (14 loc) 515 B
/** * Copyright (c) 2021, Guasam * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. * Read the LICENSE file for more details. * * @author : guasam * @project : Electron Window * @package : Titlebar Context API */ import { TitlebarContextApi } from './titlebarContext'; const context: TitlebarContextApi = (window as any).electron_window.titlebar; export default context;