UNPKG

botframework-webchat-component

Version:
13 lines 524 B
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function ConnectivityNotification({ connectivityMarginLeftRight, connectivityMarginTopBottom, connectivityTextSize, notificationText, primaryFont }: StrictStyleOptions): { alignItems: string; color: string; display: string; fontFamily: string; fontSize: string | number; marginBottom: number; marginLeft: number; marginRight: number; marginTop: number; }; //# sourceMappingURL=ConnectivityNotification.d.ts.map