mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-26 01:19:42 +00:00
9 lines
209 B
TypeScript
9 lines
209 B
TypeScript
// @ts-nocheck
|
|
import React from 'react';
|
|
import { _DvaContainer, getApp, _onCreate } from './dva';
|
|
|
|
export function rootContainer(container) {
|
|
return React.createElement(_DvaContainer, null, container);
|
|
}
|
|
|