@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
9 lines (8 loc) • 328 B
JavaScript
"use client";
const r = (e) => typeof e != "number" || isNaN(e) ? 0 : e / 16, t = (e, s) => `[STIHL Design System] - [${e}]: ${s}`, o = (e, s) => `The "${e}" prop is required. Please add the "${e}" prop to the ${s} component.`, n = (e, s) => e == null ? void 0 : e.closest(s);
export {
n as a,
t as g,
r as p,
o as r
};