UNPKG

html-element-attributes

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