@hhgtech/hhg-components
Version:
Hello Health Group common components
5 lines (4 loc) • 300 B
TypeScript
import React from 'react';
import { VideoItemTypeProps } from "../types";
declare const VideoItem: ({ isMobile, data, styles, className, classNames, layout, radius, playIcon, hideInfo, loading, useVideoTypeThumbnail, ...boxProps }: VideoItemTypeProps) => React.JSX.Element;
export { VideoItem };