UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

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