This commit is contained in:
2026-03-08 23:40:18 +07:00
parent 327b2645f2
commit e2189983f6
2201 changed files with 147205 additions and 20310 deletions

7
node_modules/daisyui/components/hover3d/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
import hover3d from './object.js';
import { addPrefix } from '../../functions/addPrefix.js';
export default ({ addComponents, prefix = '' }) => {
const prefixedhover3d = addPrefix(hover3d, prefix);
addComponents({ ...prefixedhover3d });
};