'use strict';

const { Tray } = process.electronBinding('tray');

module.exports = Tray;