UNPKG

@yz-dev/react-dynamic-module

Version:

A powerful React component for dynamically loading premium or optional modules from a script URL with dependency injection.

4 lines (3 loc) 163 B
export { DynamicModule } from './DynamicModule'; export type { DynamicModuleProps } from './DynamicModule'; export { useDynamicModule } from './useDynamicModule';