chat-palette.ts 233 Bytes
export default {
  "slots": {
    "root": "relative flex-1 flex flex-col min-h-0 min-w-0",
    "prompt": "px-0 rounded-t-none border-t border-default",
    "close": "",
    "content": "overflow-y-auto flex-1 flex flex-col py-3"
  }
}