ThemeInput.svelte

Declarations
#

view source

ThemeInput
#

ThemeInput.svelte view source

selected_theme?

type {theme: Theme}
optional

themes?

type Array<Theme>
optional

enable_editing?

type boolean
optional

select?

type ((theme: Theme) => void | boolean) | null
optional

onselect?

type (theme: Theme) => void
optional

onedit?

type (theme: Theme) => void
optional

Depends on
#