update
This commit is contained in:
7
node_modules/daisyui/components/input/index.js
generated
vendored
Normal file
7
node_modules/daisyui/components/input/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import input from './object.js';
|
||||
import { addPrefix } from '../../functions/addPrefix.js';
|
||||
|
||||
export default ({ addComponents, prefix = '' }) => {
|
||||
const prefixedinput = addPrefix(input, prefix);
|
||||
addComponents({ ...prefixedinput });
|
||||
};
|
||||
1
node_modules/daisyui/components/input/object.js
generated
vendored
Normal file
1
node_modules/daisyui/components/input/object.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user