/** * 检测当前环境是否为 windows 平板 * * @return {Boolean} true|false */ declare const isWindowsTablet: boolean; export default isWindowsTablet;