UNPKG

@htmlbricks/hb-bundle

Version:

Single IIFE loader for all HTML Bricks hb-* web components from the jsDelivr CDN, with optional Subresource Integrity; includes agent/LLM docs and theme CSS variables.

7 lines (5 loc) 178 B
export type Component = { api_key?: string; get?: any; }; export type Events = { googleRecaptchaV2Response: { response: string }; googleRecaptchaRendered: { render: true } };