UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 259 B
import { FC, ComponentProps } from "react"; type TourtipFooterProps = ComponentProps<"div"> & { index?: string; }; declare const EbayTourtipFooter: FC<TourtipFooterProps>; export default EbayTourtipFooter; //# sourceMappingURL=ebay-tourtip-footer.d.ts.map