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.

12 lines (10 loc) 212 B
export type Component = { id?: string; style?: string; paypalid: string; currency?: "EUR" | "USD"; total?: number; }; export type Events = { paymentCompleted: { method: "paypal"; total: number }; };