📄 index.d.ts
/home/palash/git/site/node_modules/html-url-attributes/lib/index.d.ts
Language: ts • Lines: 10
/**
 * HTML URL properties.
 *
 * Each key is a property name and each value is a list of tag names it applies
 * to or `null` if it applies to all elements.
 *
 * @type {Record<string, Array<string> | null>}
 */
export const urlAttributes: Record<string, Array<string> | null>;
//# sourceMappingURL=index.d.ts.map