UNPKG

botframework-webchat-component

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