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.

11 lines (9 loc) 288 B
export type Component = { id?: string; style?: string; items: { type: "video" | "iframe" | "mediamtx-webrtc" | "mediamtx-webrtc-ptz"; id: string; uri: string; title?: string }[]; }; export type Events = { hoverItem: { id?: string; selected: boolean }; clickItem: { id: string }; };