2024-04-03 10:16:39 +05:45

6 lines
86 B
JavaScript

export default {
root: {
class: ['flex items-stretch', 'w-full']
}
};