UNPKG

cbim-common-components

Version:

``` npm install --save cbim-common-components ```

13 lines (12 loc) 230 B
/** * @Author fangzhou * @DateTime 2022/5/5 * @Version 1.0.0 * @LAST Modified By fangzhou * @LAST Modified Time 2022/5/5 * @DESC index **/ declare const getConfig: () => { BaseUrl: string; }; export default getConfig;