UNPKG

@yosgo/swap-ui

Version:
6 lines (5 loc) 160 B
import { TabsProps } from "@material-ui/core"; export interface SegmentedTabsProps extends TabsProps { width?: number | string; slide?: boolean; }