@usethrottle/checkout-react
    Preparing search index...

    Interface CheckoutEmbedExtraProps

    interface CheckoutEmbedExtraProps {
        onStepChanged?: (
            evt: { step: "cart" | "address" | "shipping" | "billing" | "payment" },
        ) => void;
    }
    Index
    onStepChanged?: (
        evt: { step: "cart" | "address" | "shipping" | "billing" | "payment" },
    ) => void