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.

9 lines (7 loc) 134 B
export type Component = { id?: string; data?: any; }; export type Events = { chartClick: { label?: string; value?: any }[]; };