Resolver function that decides how to select items from a surface slot.
typedef CompositionItemsResolver<TItem> = List<TItem> Function(List<TItem> items);