mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-25 06:15:01 +00:00
11 lines
213 B
JavaScript
11 lines
213 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
export {
|
|
default,
|
|
replicationModeDescription,
|
|
REPLICATION_MODE_DESCRIPTIONS,
|
|
} from 'core/helpers/replication-mode-description';
|