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.

22 lines (20 loc) 367 B
export type Component = { id?: string; style?: string; min?: number; max?: number; minval?: number; maxval?: number; position_value?: number; withbubbles?: boolean; }; export type Events = { changeRangeValues: { minValue: number; maxValue: number; minPercent: number; maxPercent: number; positionPercent: number; positionValReal: number; }; };