UNPKG

@hhgtech/hhg-components

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