UNPKG

botframework-webchat-component

Version:
9 lines (8 loc) 179 B
export default function ({ backgroundColor, rootHeight: height, rootWidth: width, rootZIndex: zIndex }) { return { backgroundColor, height, width, zIndex }; }