AK-21/Graphite-Industrial-Intelligence
0
1/**2 * HTML URL properties.3 *4 * Each key is a property name and each value is a list of tag names it applies5 * to or `null` if it applies to all elements.6 *7 * @type {Record<string, Array<string> | null>}8 */9export const urlAttributes: Record<string, Array<string> | null>;10//# sourceMappingURL=index.d.ts.map