力皓 d811850a51 refactor: 调整 node.prop.change 事件的发起位置
refactor: 支持部分老的 vision API
chore: typo fix currentDocument
2020-12-01 20:39:09 +08:00

8 lines
206 B
TypeScript

import React from 'react';
import PropTypes from 'prop-types';
React.PropTypes = PropTypes;
window.React = React;
document.documentElement.requestFullscreen = () => {};
document.exitFullscreen = () => {};