UNPKG

html-element-attributes

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