UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

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