UNPKG

@astro-utils/forms

Version:

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

5 lines (4 loc) 151 B
export const FORM_OPTIONS = {}; export function getFormOptions(Astro) { return Astro.locals?.__formsInternalUtils?.FORM_OPTIONS ?? FORM_OPTIONS; }