UNPKG
@nokecy/umi-plugin-erp-common
Version:
latest (2.5.3)
2.5.3
2.5.2
2.5.1
erp-common
@nokecy/umi-plugin-erp-common
/
src
/
utils
/
getRootContainerContent.ts
11 lines
(9 loc)
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
function
(
)
{
return
`\ import React
from
'react'
; import ErpCommonProvider
from
'./erpCommonProvider'
; export
function
rootContainer
(
container: React.ReactNode
)
{
return
React.
createElement
(ErpCommonProvider,
null
, container); } `; }