UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

6 lines 338 B
import { ComponentProps, FC } from "react"; import { EbayIcon } from "../ebay-icon"; export type EbayImagePlaceholderProps = Omit<ComponentProps<typeof EbayIcon>, "name" | "iconPrefix">; declare const EbayImagePlaceholder: FC<EbayImagePlaceholderProps>; export default EbayImagePlaceholder; //# sourceMappingURL=image-placeholder.d.ts.map