mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:39:41 +00:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import React from 'react';
|
|
import PropTypes from 'prop-types';
|
|
|
|
React.PropTypes = PropTypes;
|
|
window.React = React;
|
|
|
|
document.documentElement.requestFullscreen = () => {};
|
|
document.exitFullscreen = () => {};
|