mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
9 lines
155 B
TypeScript
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'
|
|
}
|
|
}
|