UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 211 B
import { ComponentProps, FC } from "react"; type Props = ComponentProps<"span">; declare const EbayTooltipHeading: FC<Props>; export default EbayTooltipHeading; //# sourceMappingURL=ebay-infotip-heading.d.ts.map