UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

6 lines (5 loc) 141 B
import styled from 'styled-components'; export const StyledTemplateSpan = styled.span ` word-break: break-word; line-height: 2rem; `;