UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 266 B
import type { NeoRadioButtonProps } from './neo-radio-button.model.js'; declare const NeoRadioButton: import("svelte").Component<NeoRadioButtonProps, {}, "checked" | "touched">; type NeoRadioButton = ReturnType<typeof NeoRadioButton>; export default NeoRadioButton;