botframework-webchat-component
Version:
React component of botframework-webchat
11 lines • 395 B
TypeScript
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