UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 272 B
/** * 退出全屏 * 成功则 resolve , 如果不支持退出全屏或退出失败则 rejected * [MDN Reference](https://developer.mozilla.org/zh-CN/docs/Web/API/Document/exitFullscreen) */ declare function exitFullscreen(): Promise<any>; export { exitFullscreen };