UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 273 B
import { ComponentProps, FC } from "react"; type FakeTabsProps = ComponentProps<"div"> & { selectedIndex?: number; tabMatchesCurrentUrl?: boolean; }; declare const EbayFakeTabs: FC<FakeTabsProps>; export default EbayFakeTabs; //# sourceMappingURL=fake-tabs.d.ts.map