import { TabsProps as UnStyledTabsProps } from '@sheinx/base';
/**
 * @title Tabs
 * @sort 1
 */
export type TabsProps = Omit<UnStyledTabsProps, 'jssStyle'>;
