UNPKG

@aegov/design-system-react

Version:

A design system for the Government of the United Arab Emirates. Extending the original design system released as @aegov/design-system, this is the package specefically created for the ReactJs enviornment.

11 lines (10 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cn = cn; var _clsx = require("clsx"); var _tailwindMerge = require("tailwind-merge"); function cn(...inputs) { return (0, _tailwindMerge.twMerge)((0, _clsx.clsx)(inputs)); }