export const PERIPHERAL_HEADING = (): DropDownItem => ({
  heading: true, headingId: PinGroupName.Peripheral,
  label: t("Peripherals"), value: 0,
});