@voiceiq/web-components
Version:
VoiceIQ Web Component library
36 lines (35 loc) • 930 B
TypeScript
declare const _default: {
classes: {
root: {
textTransform: string;
minWidth: number;
color: string;
fontFamily: string;
fontWeight: number;
fontSize: number;
marginRight: number;
'&:hover': {
color: string;
};
'&$selected': {
color: string;
fontWeight: number;
};
'&:focus': {
color: string;
};
};
selected: {
color: string;
fontWeight: number;
};
wrapper: {
'&$selected': {
color: string;
fontWeight: number;
};
};
};
useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"selectedTab">;
};
export default _default;