@moderntribe/wme-ui
Version:
Components and hooks to build the best UX/UI admin wizards
11 lines • 339 B
TypeScript
import type React from 'react';
import { CardMediaProps } from '@mui/material';
interface VideoEmbedProps extends CardMediaProps {
allow?: string;
height?: string;
width?: string;
component?: string;
}
declare const VideoEmbed: React.FC<VideoEmbedProps>;
export default VideoEmbed;
//# sourceMappingURL=video-embed.d.ts.map