UNPKG

@ulu/frontend

Version:

A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op

11 lines 355 B
import { ComponentInitializer } from '../core/component.js'; /** * 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; //# sourceMappingURL=scroll-slider.d.ts.map