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 NeoResetSelectorProps extends NeoButtonProps { /** * The label to show in the reset selector. * * @default Reset */ label?: string; }