mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
7 lines
218 B
TypeScript
7 lines
218 B
TypeScript
export default {
|
|
slots: {
|
|
root: 'flex flex-col gap-2',
|
|
content: 'data-[state=open]:animate-[collapsible-down_200ms_ease-out] data-[state=closed]:animate-[collapsible-up_200ms_ease-out] overflow-hidden'
|
|
}
|
|
}
|