UNPKG

svelte-craftcms-headless-formie

Version:

Svelte Package for using Craft CMS with the Formie Plugin in headless configuration

5 lines (4 loc) 177 B
import Form from './components/form.svelte'; import type { AfterSubmitState } from './types/ComponentTypes.js'; export { Form as FormieForm }; export { type AfterSubmitState };