"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var injectedHTML =
// Dark overlay
"
" +
// Modal
"" +
// Error icon
"
\n \n \n \n \n
" +
// Warning icon
"
\n \n \n
" +
// Info icon
"
" +
// Success icon
"
" + "
" +
// Title, text and input
"
Title
\n
Text
\n
" +
// Input errors
"
" +
// Cancel and confirm buttons
"
" +
// End of modal
"
";
exports["default"] = injectedHTML;
module.exports = exports["default"];