UNPKG

@rkosafo/cai.components

Version:

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

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