Interface: ThemeOptions
Defined in: src/types/index.ts:513
Properties
attribute?
optionalattribute?:string
Defined in: src/types/index.ts:516
defaultMode?
optionaldefaultMode?:ThemeMode
Defined in: src/types/index.ts:514
onChange?
optionalonChange?: (mode,resolved) =>void
Defined in: src/types/index.ts:518
Parameters
mode
resolved
"light" | "dark"
Returns
void
storageKey?
optionalstorageKey?:string
Defined in: src/types/index.ts:515
target?
optionaltarget?:HTMLElement
Defined in: src/types/index.ts:517