mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
import outerHTMLComponent from './outer-html';
|
|
|
|
export default outerHTMLComponent.extend({
|
|
headerText: null,
|
|
headerIcon: null,
|
|
docText: null,
|
|
docPath: null,
|
|
instructions: null,
|
|
});
|