This commit is contained in:
eewing
2026-02-17 14:10:16 -06:00
parent 2bca5834c5
commit cf73cd3b4c
11246 changed files with 1690552 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
'use strict';
var chunk52Z2HSI4_cjs = require('./chunk-52Z2HSI4.cjs');
var chunk2JY7EID6_cjs = require('./chunk-2JY7EID6.cjs');
// src/lite.js
var cnAdapter = (...classnames) => {
return (_config) => {
const base = chunk2JY7EID6_cjs.cx(classnames);
return base || void 0;
};
};
var { createTV, tv } = chunk52Z2HSI4_cjs.getTailwindVariants(cnAdapter);
Object.defineProperty(exports, "defaultConfig", {
enumerable: true,
get: function () { return chunk52Z2HSI4_cjs.defaultConfig; }
});
Object.defineProperty(exports, "cx", {
enumerable: true,
get: function () { return chunk2JY7EID6_cjs.cx; }
});
exports.cn = cnAdapter;
exports.cnAdapter = cnAdapter;
exports.createTV = createTV;
exports.tv = tv;