UNPKG

@surveycake/rc

Version:

react component of surveycake

26 lines (25 loc) 627 B
import { Theme as AugmentedTheme } from '@material-ui/core/styles'; declare const styles: (theme: AugmentedTheme) => { root: { borderColor: string; '&:hover': { backgroundColor: string; }; '&.Mui-selected': { backgroundColor: string; color: string; '&:hover': { backgroundColor: string; }; }; }; sizeSmall: { width: number; height: number; '& svg': { width: number; height: number; }; }; }; export default styles;