Files
blog/source/admin/packages/decap-cms-backend-bitbucket/src/index.ts
2025-08-25 20:24:23 +08:00

11 lines
278 B
TypeScript

import BitbucketBackend from './implementation';
import API from './API';
import AuthenticationPage from './AuthenticationPage';
export const DecapCmsBackendBitbucket = {
BitbucketBackend,
API,
AuthenticationPage,
};
export { BitbucketBackend, API, AuthenticationPage };