feat: Load Chatwoot SDK after load

This commit is contained in:
Pranav Raj S 2022-06-19 12:49:12 +05:30
parent 6c6df8661b
commit e4aa444007
5 changed files with 60 additions and 24 deletions

View file

@ -1,3 +1,4 @@
export const BUBBLE_DESIGN = ['standard', 'expanded_bubble'];
export const WIDGET_DESIGN = ['standard', 'flat'];
export const DARK_MODE = ['light', 'auto'];
export const LOADING_TYPE = ['immediate', 'load_complete'];