UNPKG

mcfe-react-lib

Version:

Mount/unmount React components flexibly with React 17 or 18 support

7 lines (4 loc) 231 B
import React from 'react'; import { IReactDOMAdapter, ICreateInitial } from './type.mjs'; declare const CreateInitial: (Component: React.ComponentType<any>, adapter: IReactDOMAdapter) => ICreateInitial; export { CreateInitial };