UNPKG

@rkosafo/cai.components

Version:

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

7 lines (6 loc) 215 B
import type { FormProps } from '../../index.js'; declare const Form: import("svelte").Component<FormProps, { updateWith: (newData: any) => void; }, "">; type Form = ReturnType<typeof Form>; export default Form;