export enum SmartContainerItemType {
  DropDown,
  Menu,
  ToggleSwitch
}
