UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
header
/
clearRightButtons.d.ts
9 lines
(8 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 清除右侧按钮 *
@description
清除右侧按钮事件和显示 *
@module
webview
*
@returns
无 */
declare
function
clearRightButtons
(
):
void
;
export
default
clearRightButtons;