Files
ui/src/theme/pagination.ts
2024-05-28 17:18:16 +02:00

9 lines
155 B
TypeScript

export default {
slots: {
root: '',
list: 'flex items-center gap-1',
ellipsis: 'pointer-events-none',
label: 'min-w-5 text-center'
}
}