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 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