export const Separator = width => ags.Widget.Box({
  style: `min-width: ${width}px;`,
});