UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

9 lines 291 B
import { FC, ReactNode } from "react"; type EbayTileSectionsProps = { title: ReactNode; subtitle: ReactNode; descriptions: ReactNode[]; }; declare const EbayTileSections: FC<EbayTileSectionsProps>; export default EbayTileSections; //# sourceMappingURL=item-tile-sections.d.ts.map