open-vault/ui/app/components/alert-popup.js

8 lines
123 B
JavaScript
Raw Normal View History

import OuterHTML from './outer-html';
export default OuterHTML.extend({
type: null,
message: null,
close: null,
});