UNPKG

botframework-webchat-component

Version:
8 lines 382 B
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