UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

5 lines (4 loc) 191 B
import type { SelectProps } from '../../index.js'; declare const Select: import("svelte").Component<SelectProps, {}, "value">; type Select = ReturnType<typeof Select>; export default Select;