### What? Adds `serverProps` and `clientProps` to custom list view slot components. ### Why? They were missing and should be exposed. ### How? Created custom types for list slot components and threads them through into `renderListSlots` function and passes them through to each `RenderServerComponent` that renders list view slot components.