export const ToggleWindowItemProps = {
  value: {
    type: String,
  },
} as const;
