mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
export default {
|
|
classes: {
|
|
container: 'switch-container focus:outline-none',
|
|
switch: 'switch',
|
|
label:
|
|
'relative block h-4 bg-white border border-solid cursor-pointer border-gray switch-label',
|
|
},
|
|
}
|