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
/
adapters
/
reactDomAdapter18.d.mts
6 lines
(3 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
IReactDOMAdapter
}
from
'../type.mjs'
;
declare
const
reactDomAdapter18
:
IReactDOMAdapter
;
export
{ reactDomAdapter18 };