UNPKG

@astro-utils/forms

Version:

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

7 lines (6 loc) 222 B
import { AstroFormsError } from "./AstroFormsError.js"; export class MissingClickActionError extends AstroFormsError { constructor() { super(`The click action is missing in the \`BButton\` component`); } }