style_variable_helpers.svelte.ts

Declarations
#

2 declarations

view source

selected_variable_context
#

SelectedStyleVariable
#

style_variable_helpers.svelte.ts view source

value

type StyleVariable | null

constructor

type new (initial?: { name: string; light?: string | undefined; dark?: string | undefined; summary?: string | undefined; } | null): SelectedStyleVariable

initial
type { name: string; light?: string | undefined; dark?: string | undefined; summary?: string | undefined; } | null
default null

Depends on
#

Imported by
#