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