type Device = 'macos' | 'windows' | 'android' | 'iphone' | 'ipad' | '*';
export default Device;
