TP-61357: Introducing ReactNative | Insurance - Quote page experiments (#10199)
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { GenericActionPayload } from "../../../actions/GenericAction";
|
||||
import { GenericWidgetData } from "../Widget";
|
||||
import {
|
||||
ImageFieldData,
|
||||
LottieFieldData,
|
||||
TextFieldData,
|
||||
} from "./TitleWidgetData";
|
||||
|
||||
export interface HeaderWithAssetsWidgetData extends GenericWidgetData {
|
||||
leftIcon?: ImageFieldData;
|
||||
leftLottie?: LottieFieldData;
|
||||
centerTitle?: TextFieldData;
|
||||
rightIcon?: ImageFieldData;
|
||||
rightLottie?: LottieFieldData;
|
||||
action?: GenericActionPayload;
|
||||
}
|
||||
Reference in New Issue
Block a user