UNPKG

botframework-webchat-component

Version:
16 lines (14 loc) 271 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function ({ backgroundColor, rootHeight: height, rootWidth: width, rootZIndex: zIndex }: StrictStyleOptions) { return { backgroundColor, height, width, zIndex }; }