UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

13 lines (8 loc) 296 B
import { StandardProps } from '..'; export interface ListItemAvatarProps extends StandardProps<{}, ListItemAvatarClassKey> {} export type ListItemAvatarClassKey = | 'root' | 'icon' ; declare const ListItemAvatar: React.ComponentType<ListItemAvatarProps>; export default ListItemAvatar;