UNPKG

adminjs

Version:
7 lines (6 loc) 465 B
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, };