import { Templates } from './interfaces'; export const SHOW_ME_TEMPLATES: Templates = { 'Electron APIs': { App: 'App', AutoUpdater: 'AutoUpdater', BrowserView: 'BrowserView', BrowserWindow: 'BrowserWindow', Clipboard: 'clipboard', ContentTracing: 'ContentTracing', Cookies: 'Cookies', CrashReporter: 'CrashReporter', Debugger: 'Debugger', DesktopCapturer: 'DesktopCapturer', Dialog: 'Dialog', GlobalShortcut: 'GlobalShortcut', IPC: 'IPC', Menu: 'Menu', NativeImage: 'NativeImage', Net: 'Net', Notification: 'Notification', PowerMonitor: 'PowerMonitor', PowerSaveBlocker: 'PowerSaveBlocker', Screen: 'Screen', Session: 'Session', Shell: 'Shell', SystemPreferences: 'systemPreferences', TouchBar: 'TouchBar', Tray: 'Tray', WebContents: 'WebContents', WebFrame: 'WebFrame', }, };