botframework-webchat-component
Version:
React component of botframework-webchat
32 lines • 1.05 kB
TypeScript
export default function (): {
'&.webchat__thumb-button': {
appearance: string;
background: string;
border: number;
borderRadius: number;
height: number;
overflow: string;
padding: number;
width: number;
'&:active': {
background: string;
};
'&:focus': {
outline: string;
};
'& .webchat__thumb-button__image': {
color: "var(--webchat__color--accent)";
width: number;
};
'&:hover .webchat__thumb-button__image:not(.webchat__thumb-button__image--is-filled)': {
display: string;
};
'&.webchat__thumb-button--is-pressed .webchat__thumb-button__image:not(.webchat__thumb-button__image--is-filled)': {
display: string;
};
'&.webchat__thumb-button:not(:hover):not(.webchat__thumb-button--is-pressed) .webchat__thumb-button__image--is-filled': {
display: string;
};
};
};
//# sourceMappingURL=ThumbButton.d.ts.map