UNPKG

@astro-utils/forms

Version:

Server component for Astro (call server functions from client side with validation and state management)

4 lines (3 loc) 190 B
import type { MiddlewareHandler } from 'astro'; import { type FormsSettings } from './settings.js'; export default function astroForms(settings?: Partial<FormsSettings>): MiddlewareHandler;