UNPKG

botframework-webchat-component

Version:
6 lines 244 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createVideoContentStyle({ videoHeight }: StrictStyleOptions): { height: string | number; width: string; }; //# sourceMappingURL=VideoContent.d.ts.map