Skip to content

API / wxt / PerBrowserOption

Type Alias: PerBrowserOption<T>

PerBrowserOption<T> = T | PerBrowserMap<T>

Source: packages/wxt/src/types.ts:1056

Either a single value or a map of different browsers to the value for that browser.

Type Parameters

T

T


Generated using typedoc-plugin-markdown and TypeDoc