electron/lib/browser/api/native-theme.ts
2020-07-22 11:01:30 -07:00

3 lines
111 B
TypeScript

const { nativeTheme } = process._linkedBinding('electron_common_native_theme');
module.exports = nativeTheme;