botframework-webchat-component
Version:
React component of botframework-webchat
22 lines • 782 B
TypeScript
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function createWarningNotificationStyle({ connectivityIconPadding, connectivityMarginLeftRight, connectivityMarginTopBottom, connectivityTextSize, primaryFont, slowConnectivity, notificationText }: StrictStyleOptions): {
alignItems: string;
color: string;
display: string;
fontFamily: string;
fontSize: string | number;
marginBottom: number;
marginLeft: number;
marginRight: number;
marginTop: number;
'& > svg': {
fill: string;
'&:not(webchat__warning--rtl)': {
paddingRight: number;
};
'&.webchat__warning--rtl': {
paddingLeft: number;
};
};
};
//# sourceMappingURL=WarningNotification.d.ts.map