ant-design-vue/components/segmented/index.ts

7 lines
193 B
TypeScript
Raw Normal View History

2023-02-18 08:16:44 +00:00
import Segmented from './src';
import type { SegmentedProps } from './src';
2023-02-19 16:05:54 +00:00
import { withInstall } from '../_util/type';
2023-02-18 08:16:44 +00:00
2023-02-19 16:05:54 +00:00
export default withInstall(Segmented);
2023-02-18 08:16:44 +00:00
export type { SegmentedProps };