You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > PredictiveBundleControllerConnectProps

PredictiveBundleControllerConnectProps type

Signature:

export type PredictiveBundleControllerConnectProps = PredictiveBundleControllerProps & {
	blockType?: string;
	predictiveBundles?: PredictiveBundleData[];
};

References: PredictiveBundleControllerProps, PredictiveBundleData