UNPKG
mcfe-react-lib
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Mount/unmount React components flexibly with React 17 or 18 support
mcfe-react-lib
/
createInitial.d.mts
7 lines
(4 loc)
•
231 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
{
IReactDOMAdapter
,
ICreateInitial
}
from
'./type.mjs'
;
declare
const
CreateInitial
:
(
Component
:
React
.
ComponentType
<
any
>,
adapter
:
IReactDOMAdapter
) =>
ICreateInitial
;
export
{
CreateInitial
};