UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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