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,
|
2018-09-04 19:15:14 +00:00
|
|
|
instructions: null,
|
2018-08-28 05:03:55 +00:00
|
|
|
});
|