UNPKG

botframework-webchat-component

Version:
8 lines (7 loc) 145 B
export default function createYouTubeContentStyle({ videoHeight }) { return { border: 0, height: videoHeight, width: '100%' }; }