@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
10 lines (9 loc) • 375 B
TypeScript
import * as React from 'react';
import { ListHeaderProperties } from '@blueeast/bluerain-ui-interfaces';
/**
* The props of ListHeader Component
* @param {Node} props.children children of ListHeader.
* @param {Object} props.style style object for ListHeader's style.
*/
declare const ListHeader: React.StatelessComponent<ListHeaderProperties>;
export default ListHeader;