open-vault/ui/app/components/wizard-section.js

10 lines
191 B
JavaScript

import outerHTMLComponent from './outer-html';
export default outerHTMLComponent.extend({
headerText: null,
headerIcon: null,
docText: null,
docPath: null,
instructions: null,
});