mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-16 21:18:05 +01:00
14 lines
226 B
TypeScript
14 lines
226 B
TypeScript
export default {
|
|
slots: {
|
|
root: '',
|
|
list: 'flex items-center gap-1',
|
|
ellipsis: 'pointer-events-none',
|
|
label: 'min-w-5 text-center',
|
|
first: '',
|
|
prev: '',
|
|
item: '',
|
|
next: '',
|
|
last: ''
|
|
}
|
|
}
|