公告板
版本库
filestore
活动
搜索
登录
main
/
non-governmental-manage
非政采平台管理后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'个人中心修改企业资料完善'
zhangwei
2025-07-23
4157b22112dd8d87e907d9cb6d14f74b5d454b7a
[non-governmental-manage.git]
/
src
/
components
/
ReSegmented
/
index.ts
1
2
3
4
5
6
7
8
import reSegmented from "./src/index";
import { withInstall } from "@pureadmin/utils";
/** 分段控制器组件 */
export const ReSegmented = withInstall(reSegmented);
export default ReSegmented;
export type { OptionsType } from "./src/type";