UNPKG

@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

8 lines (7 loc) 281 B
import { TextProperties } from '@blueeast/bluerain-ui-interfaces'; import React from 'react'; export interface MUITypographyProperties extends TextProperties { headlineMapping?: any; } declare const Text: React.StatelessComponent<MUITypographyProperties>; export default Text;