UNPKG

botframework-webchat-component

Version:
7 lines (6 loc) 128 B
export default function createVideoContentStyle({ videoHeight }) { return { height: videoHeight, width: '100%' }; }