Optional
contextTypes
contextTypes?: ValidationMap<any>
Optional
defaultProps
defaultProps?: Partial<Readonly<{
classNames?: Readonly<{
Connect?: {
alert?: string;
alertsContainer?: string;
button?: string;
buttonText?: string;
container?: string;
description?: string;
footer?: string;
footerContent?: string;
hardwareWallet?: string;
hardwareWalletLabel?: string;
icon?: string;
loadingSpinner?: CSSProperties;
main?: string;
PoweredByNotifi?: {
container?: ...;
content?: ...;
notifiLogo?: ...;
notifiText?: ...;
};
title?: string;
};
container?: string;
Ftu?: {
container?: string;
footer?: string;
FtuAlertEdit?: {
button?: ...;
buttonContainer?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
};
FtuTargetList?: {
button?: ...;
buttonContainer?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
NavHeader?: ...;
};
ftuViews?: string;
PoweredByNotifi?: {
container?: ...;
content?: ...;
notifiLogo?: ...;
notifiText?: ...;
};
};
Inbox?: {
container?: string;
footer?: string;
InboxConfigTargetList?: {
button?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
NavHeader?: ...;
};
InboxConfigTopic?: {
banner?: ...;
container?: ...;
main?: ...;
NavHeader?: ...;
TargetStateBanner?: ...;
title?: ...;
};
InboxHistory?: {
container?: ...;
};
InboxNavTabs?: {
container?: ...;
};
inboxViews?: string;
};
}>;
copy?: {
Connect?: {
buttonText?: string;
description?: string;
footerContent?: FooterContent;
hardwareWalletLabel?: string;
title?: string;
};
ErrorGlobal?: {
header: string;
};
Ftu?: {
FtuAlertEdit?: {
buttonText?: (...) | (...);
headerTitle?: (...) | (...);
};
FtuTargetList?: {
buttonText?: (...) | (...);
headerTitle?: (...) | (...);
};
};
Inbox?: {
InboxConfigTargetList?: {
buttonText?: (...) | (...);
header?: (...) | (...);
};
InboxConfigTopic?: {
header?: (...) | (...);
title?: (...) | (...);
};
};
LoadingGlobal?: {
header: string;
};
};
darkMode?: boolean;
globalCtas?: GlobalCtas;
}>>
Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<Readonly<{
classNames?: Readonly<{
Connect?: {
alert?: string;
alertsContainer?: string;
button?: string;
buttonText?: string;
container?: string;
description?: string;
footer?: string;
footerContent?: string;
hardwareWallet?: string;
hardwareWalletLabel?: string;
icon?: string;
loadingSpinner?: CSSProperties;
main?: string;
PoweredByNotifi?: {
container?: ...;
content?: ...;
notifiLogo?: ...;
notifiText?: ...;
};
title?: string;
};
container?: string;
Ftu?: {
container?: string;
footer?: string;
FtuAlertEdit?: {
button?: ...;
buttonContainer?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
};
FtuTargetList?: {
button?: ...;
buttonContainer?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
NavHeader?: ...;
};
ftuViews?: string;
PoweredByNotifi?: {
container?: ...;
content?: ...;
notifiLogo?: ...;
notifiText?: ...;
};
};
Inbox?: {
container?: string;
footer?: string;
InboxConfigTargetList?: {
button?: ...;
container?: ...;
loadingSpinner?: ...;
main?: ...;
NavHeader?: ...;
};
InboxConfigTopic?: {
banner?: ...;
container?: ...;
main?: ...;
NavHeader?: ...;
TargetStateBanner?: ...;
title?: ...;
};
InboxHistory?: {
container?: ...;
};
InboxNavTabs?: {
container?: ...;
};
inboxViews?: string;
};
}>;
copy?: {
Connect?: {
buttonText?: string;
description?: string;
footerContent?: FooterContent;
hardwareWalletLabel?: string;
title?: string;
};
ErrorGlobal?: {
header: string;
};
Ftu?: {
FtuAlertEdit?: {
buttonText?: (...) | (...);
headerTitle?: (...) | (...);
};
FtuTargetList?: {
buttonText?: (...) | (...);
headerTitle?: (...) | (...);
};
};
Inbox?: {
InboxConfigTargetList?: {
buttonText?: (...) | (...);
header?: (...) | (...);
};
InboxConfigTopic?: {
header?: (...) | (...);
title?: (...) | (...);
};
};
LoadingGlobal?: {
header: string;
};
};
darkMode?: boolean;
globalCtas?: GlobalCtas;
}>>
Deprecated
See
React Docs