@voiceiq/web-components
Version:
VoiceIQ Web Component library
99 lines (98 loc) • 2.87 kB
TypeScript
declare const _default: {
classes: {
root: {
'&$colorPrimary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
'&$colorSecondary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
};
checked: {
'&$colorPrimary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
'&$colorSecondary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
};
disabled: {
'&$colorPrimary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
};
'&$colorSecondary': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
};
};
colorPrimary: {
color: string;
'&$checked': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
colorSecondary: {
color: string;
'&$checked': {
color: string;
'&:hover': {
color: string;
backgroundColor: string;
};
};
'&$disabled': {
color: string;
backgroundColor: string;
};
};
};
useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"default">;
};
export default _default;