mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
const { nativeTheme } = process._linkedBinding('electron_common_native_theme');
|
|
|
|
module.exports = nativeTheme;
|