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.

13 lines (11 loc) 203 B
export type Component = { id?: string; style?: string; item?: string; uri: string; title?: string; provider?: string; }; export type Events = { videoModalEvent: { id: string; show: boolean }; };