UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

10 lines 380 B
import React from "react"; import { VCProduct, VCOverlayInstruction } from "../../types/VideoCommerceTypes"; type Props = { product: VCProduct; overlay: VCOverlayInstruction; onClick: (p: VCProduct) => void; }; export default function ProductBadge({ product, overlay, onClick }: Props): React.JSX.Element; export {}; //# sourceMappingURL=ProductBadge.d.ts.map