UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 313 B
import { FC, ComponentProps, ElementType } from "react"; export type EbayItemTileDescriptionProps = ComponentProps<"p"> & { as?: ElementType; }; declare const EbayItemTileDescription: FC<EbayItemTileDescriptionProps>; export default EbayItemTileDescription; //# sourceMappingURL=item-tile-description.d.ts.map