@fgnass/decap-cms-backend-aws-cognito-github-proxy
Version:
GitHub backend for Decap CMS proxied through AWS Cognito
10 lines (9 loc) • 437 B
TypeScript
import { API } from 'decap-cms-backend-github';
import AwsCognitoGitHubProxyBackend from './implementation';
import AuthenticationPage from './AuthenticationPage';
export declare const DecapCmsBackendAwsCognitoGithubProxy: {
AwsCognitoGitHubProxyBackend: typeof AwsCognitoGitHubProxyBackend;
API: typeof API;
AuthenticationPage: typeof AuthenticationPage;
};
export { AwsCognitoGitHubProxyBackend, API, AuthenticationPage };