Type alias MobileFooterPanelContent

MobileFooterPanelContent: FooterPanelContent & {
    moreInfo: string;
    rotateRight: string;
    zoomIn: string;
    zoomOut: string;
}

Type declaration

  • moreInfo: string
  • rotateRight: string
  • zoomIn: string
  • zoomOut: string

Generated using TypeDoc