unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
11 lines • 426 B
TypeScript
import React from "react";
import { VCProduct, VCOverlayInstruction } from "../../types/VideoCommerceTypes";
type Props = {
product: VCProduct;
overlay: VCOverlayInstruction;
onClick: (p: VCProduct) => void;
playerWrapper?: HTMLElement | null;
};
export default function ProductBadge({ product, overlay, onClick, playerWrapper }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=ProductBadge.d.ts.map