UNPKG

@astro-utils/forms

Version:

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

6 lines (5 loc) 202 B
import { AstroFormsError } from "./AstroFormsError.js"; export declare class MissingNamePropError extends AstroFormsError { readonly componentName: string; constructor(componentName: string); }