@ray-js/components
Version:
Ray basic components
8 lines (7 loc) • 303 B
JavaScript
import React from 'react';
import { View as RemaxView } from '@ray-core/wechat';
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
const Iframe = () => {
return /*#__PURE__*/React.createElement(RemaxView, null, "wechat \u7AEF\u4E0D\u652F\u6301");
};
export default Iframe;