UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 227 B
import { ComponentProps, FC } from "react"; type TabProps = ComponentProps<"li"> & { href: string; ariaCurrent?: "page" | "true"; }; declare const Tab: FC<TabProps>; export default Tab; //# sourceMappingURL=tab.d.ts.map