UNPKG

svg-element-attributes

Version:
7 lines (6 loc) 164 B
/** * Map of SVG elements to allowed attributes. * * @type {Record<string, Array<string>>} */ export const svgElementAttributes: Record<string, Array<string>>;