UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

10 lines (9 loc) 249 B
import type { NeoButtonProps } from '../buttons/neo-button.model.js'; export interface NeoThemeSelectorProps extends NeoButtonProps { /** * The label to show in the theme selector. * * @default Theme */ label?: string; }