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 / pages / MyAccount / sections / PrivacySection / PrivacyModal.d.ts
Size: Mime:
import React from 'react';
import { PrivacyModalProps } from './typings';
export declare class PrivacyModal extends React.Component<PrivacyModalProps> {
    static defaultProps: {
        popupModalText: {
            text: undefined;
            description: undefined;
        };
    };
    renderButtonWrapper: () => JSX.Element;
    renderQuestionWithDescription: () => JSX.Element;
    render(): JSX.Element;
}