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.

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