style_variable_helpers.svelte.ts

view source

Declarations
#

2 declarations

selected_variable_context
#

style_variable_helpers.svelte.ts view source

{ get: () => SelectedStyleVariable; set: (value?: SelectedStyleVariable | undefined) => SelectedStyleVariable; } import {selected_variable_context} from '@fuzdev/fuz_ui/style_variable_helpers.svelte.js';

SelectedStyleVariable
#

style_variable_helpers.svelte.ts view source

import {SelectedStyleVariable} from '@fuzdev/fuz_ui/style_variable_helpers.svelte.js';

value

type StyleVariable | null

$state.raw

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
#