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.

14 lines (12 loc) 232 B
export type Component = { id?: string; title?: string; description?: string; videosrc: string; provider?: "youtube" | ""; pageuri?: string; linklabel?: string; time?: Date; dateformat?: string; }; export type Events = {};