Files
GNX-mailEnterprise/frontend/node_modules/tailwind-merge/dist/lib/from-theme.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

11 lines
233 B
JavaScript

function fromTheme(key) {
var themeGetter = function themeGetter(theme) {
return theme[key] || [];
};
themeGetter.isThemeGetter = true;
return themeGetter;
}
export { fromTheme };
//# sourceMappingURL=from-theme.mjs.map