3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
const { nativeTheme } = process._linkedBinding('electron_common_native_theme');
|
|
|
|
module.exports = nativeTheme;
|