return { -- fixToastResizeConfig: fixes bug where Toasts -- will not resize when text changes. fixToastResizeConfig = false, -- expandableTextAutomaticResizeConfig: refactor of ExpandableTextArea to -- automatically resize to fit its container. Also removes width prop. expandableTextAutomaticResizeConfig = false, -- enableAlertTitleIconConfig: turning this on allows the Alert compoennt to take -- in an optional titleIcon prop, which displays an icon above the Aletr's title. enableAlertTitleIconConfig = false, }