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/ui-presets / dist / presets / Subscription / SubscriptionEnds / SubscriptionEnds.d.ts
Size: Mime:
import React from 'react';
import { defaultRenderDate, defaultRenderBox } from './renderProps';
import { SubscriptionEndsProps } from './typings';
declare class SubscriptionEnds extends React.PureComponent<SubscriptionEndsProps> {
    static defaultProps: {
        className: string;
        title: string;
        renderBox: typeof defaultRenderBox;
        renderDate: typeof defaultRenderDate;
    };
    render(): JSX.Element;
}
export { SubscriptionEnds };
export default SubscriptionEnds;