accepts children
import ThemeInput from '@fuzdev/fuz_ui/ThemeInput.svelte'; onselect?
type
EventHandler<Event, HTMLMenuElement> & ((theme: Theme) => void)optional
selected_theme?
type
{ theme: Theme; }optional default
get_theme_state()themes?
type
Theme[]optional default
default_themesenable_editing?
type
booleanoptional default
falseselect?
type
(theme: Theme) => boolean | voidoptional default
(theme) => {
selected_theme.theme = theme;
}onedit?
type
(theme: Theme) => voidoptional
intersects
SvelteHTMLElements['menu']