adminjs
Version:
Admin panel for apps written in node.js
7 lines (6 loc) • 465 B
TypeScript
import React from 'react';
declare const AuthenticationBackgroundComponent: React.FC;
declare const OverridableAuthenticationBackgroundComponent: React.ComponentType<{
OriginalComponent?: React.ComponentType<{}> | undefined;
}>;
export { OverridableAuthenticationBackgroundComponent as default, OverridableAuthenticationBackgroundComponent as AuthenticationBackgroundComponent, AuthenticationBackgroundComponent as OriginalAuthenticationBackgroundComponent, };