UNPKG

@astro-utils/forms

Version:

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

4 lines (3 loc) 123 B
export declare function addOnSubmitClickEvent(buttonId?: string | false, allProps?: { [key: string]: string; }): void;