elmer-ui-core
Version:
web app framework
14 lines (13 loc) • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SvgConfig = void 0;
exports.SvgConfig = {
namespace: {
svg: "http://www.w3.org/2000/svg",
xhtml: "http://www.w3.org/1999/xhtml",
xlink: "http://www.w3.org/1999/xlink",
xml: "http://www.w3.org/XML/1998/namespace",
xmlns: "http://www.w3.org/2000/xmlns/"
},
xlinkAttributes: ["href", "title", "show", "type", "role", "actuate"]
};