update
This commit is contained in:
7
node_modules/daisyui/components/hover3d/index.js
generated
vendored
Normal file
7
node_modules/daisyui/components/hover3d/index.js
generated
vendored
Normal 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 });
|
||||
};
|
||||
Reference in New Issue
Block a user