botframework-webchat-component
Version:
React component of botframework-webchat
8 lines • 382 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createTypingAnimationStyle({ typingAnimationBackgroundImage, typingAnimationHeight, typingAnimationWidth }: StrictStyleOptions): {
backgroundImage: string;
backgroundRepeat: string;
height: string | number;
width: string | number;
};
//# sourceMappingURL=TypingAnimation.d.ts.map