mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
export const BUBBLE_DESIGN = ['standard', 'expanded_bubble'];
|
|
export const WIDGET_DESIGN = ['standard', 'flat'];
|
|
export const DARK_MODE = ['light', 'auto', 'dark'];
|