UNPKG

346 BJavaScriptView Raw
1import { exposeLib } from 'hel-lib-proxy';
2
3/*
4|--------------------------------------------------------------------------
5|
6| 对应 package.json/name
7|
8|--------------------------------------------------------------------------
9*/
10var LIB_NAME = 'hel-tpl-remote-react-comps-ts';
11
12var lib = exposeLib(LIB_NAME);
13
14export { lib as default, lib };