/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
import React from 'react';
import {Button, Dropdown, Menu, Radio, Input} from 'antd';
import {LeftSidebar, SidebarTitle, InfoIcon} from './LeftSidebar';
import {
AppleOutlined,
AndroidOutlined,
SettingOutlined,
} from '@ant-design/icons';
import {Layout, Link} from '../ui';
import {theme} from './theme';
const appTooltip = (
<>
Inspect apps by selecting connected devices and emulators. Navigate and
bookmark frequent destinations in the app. Refresh, screenshot and
screenrecord is also available.{' '}
Learn More
>
);
export function AppInspect() {
return (
{appTooltip}}>
App Inspect
} defaultValue="mysite" />
} type="link" />
} type="link" />
} type="link" />
Dynamic section
);
}
function DeviceDropdown() {
return (
} style={{fontWeight: 'bold'}}>
IPhone 11
FacebookInstagram} style={{fontWeight: 'bold'}}>
Android
}>
} style={{width: '100%'}}>
Facebook Iphone11
);
}