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

13 lines (12 loc) 393 B
import * as React from 'react'; export interface MUITableSortLabelProperties { classes?: object; children?: React.ReactNode; active?: boolean; direction?: 'asc' | 'desc'; hideSortIcon?: boolean; IconComponent?: any; onClick?: any; } declare const BluerainTableSortLabel: React.StatelessComponent<MUITableSortLabelProperties>; export default BluerainTableSortLabel;