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

10 lines 249 B
/** * Initialize details print * - will open details before print * - will return to previous state after */ export function init(options: any): void; export namespace attrs { let opened: string; } //# sourceMappingURL=print-details.d.ts.map