UNPKG

@ulu/frontend

Version:

A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.

11 lines 353 B
/** * Initialize everything in document * - This will only initialize elements once, it is safe to call on page changes */ export function init(): void; /** * Scroll Slider Component Initializer */ export const initializer: ComponentInitializer; import { ComponentInitializer } from "../utils/system.js"; //# sourceMappingURL=scroll-slider.d.ts.map