UNPKG

@astro-utils/forms

Version:

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

11 lines (10 loc) 213 B
declare const _default: { name: string; hooks: { 'astro:config:setup'({ config, command }: { config: any; command: any; }): void; }; }; export default _default;