mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-25 07:57:18 +08:00
9 lines
246 B
TypeScript
9 lines
246 B
TypeScript
import reSegmented from "./src/index";
|
|
import { withInstall } from "@pureadmin/utils";
|
|
|
|
/** 分段控制器组件 */
|
|
export const ReSegmented = withInstall(reSegmented);
|
|
|
|
export default ReSegmented;
|
|
export type { OptionsType } from "./src/type";
|