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 };
|