UNPKG

mcfe-react-lib

Version:

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

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