type Props<T extends ElementType> = {
  tag?: T;
  size?: 1 | 2 | 3 | 4 | 5 | 6;
  spaced?: boolean;
};