@blueeast/bluerain-plugin-material-ui
Version:
Adds [Material UI](http://www.material-ui.com/#/) theme Provider to BlueRain. Components of material-ui have been developed using a common interface. [https://blueeast.gitbook.io/bluerain-plugin-material-ui](https://blueeast.gitbook.io/bluerain-plugin-mat
47 lines (46 loc) • 924 B
TypeScript
export declare const styles: {
colorControl: {
display: string;
flexDirection: string;
overflow: string;
justifyContent: string;
};
swatch: {
padding: string;
background: string;
borderRadius: string;
boxShadow: string;
cursor: string;
};
popover: {
overflow: string;
position: string;
zIndex: string;
marginTop: number;
};
cover: {
position: string;
top: string;
right: string;
bottom: string;
left: string;
};
onLeft: {
overflow: string;
direction: string;
};
handleError: {
padding: number;
display: string;
justifyContent: string;
};
padding5: {
padding: number;
};
buttonOverlay: {
height: number;
};
displayNone: {
display: string;
};
};