UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines 244 B
import styled from 'styled-components'; export const StyledChatArea = styled.div ` display: inherit; flex-direction: inherit; height: ${props => props.height}px; width: inherit; overflow: inherit; `; //# sourceMappingURL=styles.js.map