You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/web/src/plugin/common/index.ts

11 lines
198 B
TypeScript

/**
* 同步加载的代码
* 用于导出常见的模块依赖
*/
export * from './reg';
export {
useGroupPanelParams,
useCurrentGroupPanelInfo,
} from '@/routes/Main/Content/Group/utils';