UNPKG

hel-tpl-remote-react-comps-ts

Version:

最简单的远程react组件模板(ts) codesandbox: https://codesandbox.io/s/demo-load-remote-react-comp-2bnpl0?file=/src/App.js

11 lines (6 loc) 255 B
import type { LibProperties } from './libProperties'; import { exposeLib } from 'hel-lib-proxy'; import { LIB_NAME } from '../configs/subApp'; export const lib = exposeLib<LibProperties>(LIB_NAME); export type Lib = LibProperties; export default lib;