Enode — API Reference
    Preparing search index...

    Function WalkthroughCarousel

    • Parameters

      • __namedParameters: {
            finalAction: { label: string; onClick: () => void };
            icon: ReactNode;
            renderMock: (highlight: string | null) => ReactNode;
            steps: WalkthroughStep[];
            subtitle: string;
            title: string;
            trailing?: ReactNode;
        }

      Returns Element