UNPKG

v8-ui-components

Version:

A component lib for v8 storefront apps

9 lines (8 loc) 304 B
import * as React from "react"; import { ISmallPromotionProps } from "./SmallPromotion.interfaces"; declare class SmallPromotion extends React.Component<ISmallPromotionProps> { componentDidMount(): void; handleClick: () => any; render(): JSX.Element; } export default SmallPromotion;