UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

14 lines (13 loc) 427 B
"use client"; import { merge as m } from "./lib/util/merge.js"; import { aria as o } from "./lib/aria.js"; import { html as s } from "./lib/html.js"; import { svg as l } from "./lib/svg.js"; import { xlink as r } from "./lib/xlink.js"; import { xmlns as t } from "./lib/xmlns.js"; import { xml as i } from "./lib/xml.js"; const v = m([o, s, r, t, i], "html"), x = m([o, l, r, t, i], "svg"); export { v as html, x as svg };