UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

10 lines 321 B
"use strict"; // @ts-nocheck Object.defineProperty(exports, "__esModule", { value: true }); exports.cn = cn; const clsx_1 = require("clsx"); const tailwind_merge_1 = require("tailwind-merge"); function cn(...inputs) { return (0, tailwind_merge_1.twMerge)((0, clsx_1.clsx)(inputs)); } //# sourceMappingURL=utils.js.map