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

10 lines
191 B
JavaScript
Raw Normal View History

2018-08-28 05:03:55 +00:00
import outerHTMLComponent from './outer-html';
export default outerHTMLComponent.extend({
headerText: null,
headerIcon: null,
docText: null,
docPath: null,
instructions: null,
2018-08-28 05:03:55 +00:00
});