UNPKG

svelte-craftcms-headless-formie

Version:

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

8 lines (7 loc) 234 B
import type { FieldProps } from '../../types/FieldTypes.js'; type Props = { item: FieldProps; }; declare const Heading: import("svelte").Component<Props, {}, "">; type Heading = ReturnType<typeof Heading>; export default Heading;