UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

13 lines (12 loc) 582 B
import * as React from "react"; import { ILargePromotionProps } from "./LargePromotion.interfaces"; export declare const ADD_SPEND_PROMOTION_ACTION = "AddSpend"; export declare const ADD_SKUS_PROMOTION_ACTION = "AddSkus"; export declare const promotionsImpressionsAnalytics = "promotion-impression"; export declare const promotionsClickAnalytics = "promotion-click"; export declare class LargePromotion extends React.Component<ILargePromotionProps> { componentDidMount(): void; handleClick: () => any; render(): JSX.Element; } export default LargePromotion;