UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 277 B
import React from 'react'; import { VideoItemTypeProps } from "../types"; declare const VideoItem: ({ isMobile, data, styles, className, classNames, layout, radius, playIcon, hideInfo, loading, ...boxProps }: VideoItemTypeProps) => React.JSX.Element; export { VideoItem };