Repository URL to install this package:
|
Version:
0.0.15 ▾
|
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;
}