botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 333 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function ({ backgroundColor, rootHeight: height, rootWidth: width, rootZIndex: zIndex }: StrictStyleOptions): {
backgroundColor: string;
height: string | number;
width: string | number;
zIndex: number;
};
//# sourceMappingURL=Root.d.ts.map