UNPKG

@vulform/astro

Version:

Astro components for VulForm contact form management

7 lines 272 B
/** * Client-side entry point for VulForm Astro * This file is imported in the browser to provide client-side functionality */ export { VulFormClient } from './utils/client'; export type { VulFormClientConfig } from './utils/types'; //# sourceMappingURL=client.d.ts.map