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 / abstractions / Subscription / SubscriptionOrderInformation / SubscriptionOrderInformation.d.ts
Size: Mime:
import React from 'react';
import { SubscriptionOrderInformationProps } from './typings';
import { defaultRenderOrderInformation, defaultRenderDeliveryInformation, defaultRenderWrapper } from './renderProps';
declare class SubscriptionOrderInformation extends React.PureComponent<SubscriptionOrderInformationProps> {
    static defaultProps: {
        className: string;
        renderOrderInformation: typeof defaultRenderOrderInformation;
        renderDeliveryInformation: typeof defaultRenderDeliveryInformation;
        renderWrapper: typeof defaultRenderWrapper;
    };
    render(): React.ReactNode;
}
export { SubscriptionOrderInformation };
export default SubscriptionOrderInformation;