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

15 lines (11 loc) 346 B
import { exposeLib } from 'hel-lib-proxy'; /* |-------------------------------------------------------------------------- | | 对应 package.json/name | |-------------------------------------------------------------------------- */ var LIB_NAME = 'hel-tpl-remote-react-comps-ts'; var lib = exposeLib(LIB_NAME); export { lib as default, lib };