Spacing type

type Spacing =
  | "None"
  | "ExtraSmall"
  | "Small"
  | "Default"
  | "Medium"
  | "Large"
  | "ExtraLarge"
  | "Padding"