import Vnmf from '../../index' declare module '../../index' { namespace getMenuButtonBoundingClientRect { /** Layout position information for menu buttons */ interface Rect { /** Lower Border Coordinates,Units:px */ bottom: number /** Height,Units:px */ height: number /** Left Border Coordinates,Units:px */ left: number /** Right Boundary Coordinates,Units:px */ right: number /** Upper boundary coordinates,Units:px */ top: number /** Width,Units:px */ width: number } } interface VnmfStatic { /** Get Menu Button(Top right capsule button)Cannot initialise Evolution's mail component.。Coordinate information is based on the top left corner of screen。 * @supported weapp, tt * @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/menu/wx.getMenuButtonBoundingClientRect.html */ getMenuButtonBoundingClientRect(): getMenuButtonBoundingClientRect.Rect } }