Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / features / PromoCodes / PromoCodeItem.d.ts
Size: Mime:
import * as React from 'react';
import { PromotionalItemType } from './typings';
declare class PromoCodeItem extends React.PureComponent<PromotionalItemType> {
    handleClose: () => void;
    render(): JSX.Element;
}
export { PromoCodeItem };