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';