UNPKG

@astro-utils/forms

Version:

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

5 lines (4 loc) 148 B
import { AstroFormsError } from "./AstroFormsError.js"; export declare class MissingClickActionError extends AstroFormsError { constructor(); }