UNPKG

botframework-webchat-component

Version:
8 lines 333 B
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