UNPKG

botframework-webchat-component

Version:
9 lines (7 loc) 212 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createVideoContentStyle({ videoHeight }: StrictStyleOptions) { return { height: videoHeight, width: '100%' }; }