package com.revenuecat.purchases.ui.revenuecatui.components.carousel;

import J4.a;
import com.revenuecat.purchases.ui.revenuecatui.components.style.StackComponentStyle;
import java.util.List;
import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class CarouselComponentState$pages$2 extends p implements a {
    final /* synthetic */ CarouselComponentState this$0;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CarouselComponentState$pages$2(CarouselComponentState carouselComponentState) {
        super(0);
        this.this$0 = carouselComponentState;
    }

    @Override // J4.a
    public final List<StackComponentStyle> invoke() {
        return this.this$0.style.getPages();
    }
}
