UNPKG

svg-element-attributes

Version:
7 lines 215 B
/** * Map of SVG elements to allowed attributes. * * @type {Record<string, ReadonlyArray<string>>} */ export const svgElementAttributes: Record<string, ReadonlyArray<string>>; //# sourceMappingURL=index.d.ts.map