mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
export const BUBBLE_DESIGN = ['standard', 'expanded_bubble'];
|
|
export const WIDGET_DESIGN = ['standard', 'flat'];
|
|
export const DARK_MODE = ['light', 'auto'];
|