@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
23 lines (22 loc) • 400 B
TypeScript
export declare const styles: {
container: {
flex: number;
};
video: {
position: string;
top: number;
left: number;
bottom: number;
right: number;
length: number;
width: number;
height: number;
};
content: {
flex: number;
};
text: {
fontSize: number;
margin: number;
};
};