index.d.ts 113 B

123456
  1. /**
  2. * List of HTML void tag names.
  3. *
  4. * @type {Array<string>}
  5. */
  6. export const htmlVoidElements: Array<string>