UNPKG

@astro-utils/forms

Version:

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

10 lines (9 loc) 190 B
declare const _default: { name: string; hooks: { 'astro:config:setup'({ updateConfig }: { updateConfig: any; }): void; }; }; export default _default;