UNPKG

@theguild/components

Version:
10 lines (7 loc) 221 B
import { FC } from 'react'; import { IHeroVideoProps } from '../types/components.mjs'; import 'next/image'; import 'next/link'; import 'react-player'; declare const HeroVideo: FC<IHeroVideoProps>; export { HeroVideo };