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

15 lines (14 loc) 381 B
import * as React from 'react'; export interface MUITableRowProperties { component?: any; classes?: object; children?: React.ReactNode; hover?: boolean; selected?: boolean; onClick?: any; role?: any; tabIndex?: any; style?: any; } declare const BluerainTableRow: React.StatelessComponent<MUITableRowProperties>; export default BluerainTableRow;