7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
|
module.exports = {
|
||
|
variants: {
|
||
|
backgroundColor: ['responsive', 'hover', 'focus', 'active', 'disabled'],
|
||
|
cursor: ['disabled'],
|
||
|
},
|
||
|
};
|