index.d.ts 314 B

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