mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-12 11:55:26 +08:00
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 };
|