UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

12 lines (7 loc) 273 B
import { StandardProps } from '..'; export interface ListItemIconProps extends StandardProps<{}, ListItemIconClassKey> {} export type ListItemIconClassKey = | 'root' ; declare const ListItemIcon: React.ComponentType<ListItemIconProps>; export default ListItemIcon;