UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 281 B
import { TabsPanelProps as UnStyleTabsPanelProps } from '@sheinx/base'; /** * @title Tabs.Panel * @sort 2 */ export type TabsPanelProps = Omit<UnStyleTabsPanelProps, 'jssStyle' | 'active' | 'shape' | 'isVertical' | 'lazy' | 'inactiveBackground' | 'onChange' | 'onCollapsible'>;