VY: {
    "& :first-of-type": { marginTop: number };
    "& :last-child": { marginBottom: number };
    paddingLeft: number;
} = ...

Type declaration

  • & :first-of-type: { marginTop: number }
  • & :last-child: { marginBottom: number }
  • paddingLeft: number