UNPKG

@surveycake/rc

Version:

react component of surveycake

4 lines (3 loc) 159 B
import { TabsProps as MuiTabsProps } from '@material-ui/core/Tabs'; export interface TabsProps extends Pick<MuiTabsProps, 'value' | 'onChange' | 'ref'> { }