botframework-webchat-component
Version:
React component of botframework-webchat
12 lines • 387 B
TypeScript
export default function createSlottedActivityStatus(): {
'&.webchat__slotted-activity-status': {
alignItems: string;
display: string;
gap: number;
marginTop: string;
'& .webchat__slotted-activity-status__pipe': {
fontSize: "var(--webchat__font-size--small)";
};
};
};
//# sourceMappingURL=SlottedActivityStatus.d.ts.map