UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 245 B
import { ComponentProps, FC } from "react"; type TooltipFooterProps = ComponentProps<"div"> & { type?: string; }; declare const TooltipFooter: FC<TooltipFooterProps>; export default TooltipFooter; //# sourceMappingURL=tooltip-footer.d.ts.map