公告板
版本库
filestore
活动
搜索
登录
main
/
non-governmental-manage
非政采平台管理后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'pdf预览'’’
zhangwei
2025-08-15
7339b8a9ccf09e6262cb71ac6c9b724cdfa6fe22
[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";