API > wxt/utils/content-script-ui/types > BaseMountFunctions
Interface: BaseMountFunctions 
Contents 
Extended By 
Properties 
mount 
mount: () =>
void
Function that mounts or remounts the UI on the page.
Source 
packages/wxt/src/utils/content-script-ui/types.ts:105
remove 
remove: () =>
void
Function that removes the UI from the webpage.
Source 
packages/wxt/src/utils/content-script-ui/types.ts:110
Generated using typedoc-plugin-markdown and TypeDoc