UNPKG

shineout

Version:
7 lines (6 loc) 158 B
import { TabsProps as UnStyledTabsProps } from '@sheinx/base'; /** * @title Tabs * @sort 1 */ export type TabsProps = Omit<UnStyledTabsProps, 'jssStyle'>;