geoview-core
    Preparing search index...

    Variable ListItemButtonConst

    ListItemButton: (props: ListItemButtonProps) => Element = ListItemButtonUI

    Type Declaration

      • (props: ListItemButtonProps): Element
      • Create a customized Material UI List Item Button component. This is a simple wrapper around MaterialListItemButton that maintains full compatibility with Material-UI's List Item Button props.

        Parameters

        • props: ListItemButtonProps

          All valid Material-UI List Item Button props

        Returns Element

        The List Item Button component