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 (9 loc) 169 B
export type Component = { id?: string; style?: string; title?: string; percentage: number; }; export type Events = { modalShow: { id: string; show: boolean }; };