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 255 B
/** * Create new uid */ export function newId(): string; /** * Sets an ID if element doesn't have one vie newUid * @param {Node} element Element to make sure has an id */ export function ensureId(element: Node): void; //# sourceMappingURL=id.d.ts.map