UNPKG

@rkosafo/cai.components

Version:

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

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