@@ -202,6 +202,16 @@ export type CustomProviderClassKey = 'form' | 'button';
|
||||
// @public (undocumented)
|
||||
export function DashboardIcon(props: IconComponentProps): JSX.Element;
|
||||
|
||||
// @public
|
||||
export const DelegatedSignInPage: (
|
||||
props: DelegatedSignInPageProps,
|
||||
) => JSX.Element | null;
|
||||
|
||||
// @public
|
||||
export type DelegatedSignInPageProps = SignInPageProps & {
|
||||
provider: string;
|
||||
};
|
||||
|
||||
// @public
|
||||
type DependencyEdge<T = {}> = T & {
|
||||
from: string;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
export * from './BottomLink';
|
||||
export * from './Content';
|
||||
export * from './ContentHeader';
|
||||
export * from './DelegatedSignInPage';
|
||||
export * from './ErrorBoundary';
|
||||
export * from './ErrorPage';
|
||||
export * from './Header';
|
||||
|
||||
Reference in New Issue
Block a user