UNPKG

botframework-webchat-component

Version:
10 lines (8 loc) 229 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createYouTubeContentStyle({ videoHeight }: StrictStyleOptions) { return { border: 0, height: videoHeight, width: '100%' }; }