mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 02:38:16 +00:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import React from 'react';
|
|
import PropTypes from 'prop-types';
|
|
|
|
React.PropTypes = PropTypes;
|
|
window.React = React; |