UNPKG

@botonic/react

Version:

Build Chatbots using React

13 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledChatArea = void 0; const tslib_1 = require("tslib"); const styled_components_1 = tslib_1.__importDefault(require("styled-components")); exports.StyledChatArea = styled_components_1.default.div ` display: inherit; flex-direction: inherit; height: ${props => props.height}px; width: inherit; overflow: inherit; `; //# sourceMappingURL=styles.js.map