mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
9e78b4a985
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
import Segmented from './src';
|
|||
import type { SegmentedProps } from './src';
|
|||
import { withInstall } from '../_util/type';
|
|||
|
|||
export default withInstall(Segmented);
|
|||
export type { SegmentedProps };
|