UNPKG

botframework-webchat-component

Version:
11 lines 395 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function createTypingIndicatorStyle({ paddingRegular }: StrictStyleOptions): { paddingBottom: number; '&:not(.webchat__typing-indicator--rtl)': { paddingLeft: number; }; '&.webchat__typing-indicator--rtl': { paddingRight: number; }; }; //# sourceMappingURL=TypingIndicator.d.ts.map