UNPKG

svelte-craftcms-headless-formie

Version:

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

7 lines (6 loc) 194 B
type Props = { error: string | undefined; }; declare const FieldError: import("svelte").Component<Props, {}, "">; type FieldError = ReturnType<typeof FieldError>; export default FieldError;