Repository URL to install this package:
|
Version:
0.0.2 ▾
|
import * as React from 'react';
import { PromotionalItemType } from './typings';
declare class PromoCodeItem extends React.PureComponent<PromotionalItemType> {
handleClose: () => void;
render(): JSX.Element;
}
export { PromoCodeItem };