@voiceiq/web-components
Version:
VoiceIQ Web Component library
24 lines (23 loc) • 574 B
TypeScript
declare const _default: {
buttonClasses: {
root: {
fontSize: number;
color: string;
textTransform: string;
boxShadow: string;
'&:hover': {
color: string;
boxShadow: string;
};
'&:active': {
color: string;
boxShadow: string;
};
'&:focus': {
color: string;
boxShadow: string;
};
};
};
};
export default _default;