Files
wireguard-dashboard-admin/src/components/ReSegmented/index.ts

9 lines
246 B
TypeScript
Raw Normal View History

2024-03-09 16:27:52 +08:00
import reSegmented from "./src/index";
import { withInstall } from "@pureadmin/utils";
/** 分段控制器组件 */
export const ReSegmented = withInstall(reSegmented);
export default ReSegmented;
export type { OptionsType } from "./src/type";