jccp_a/vuepress/node_modules/html-void-elements/index.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

7 lines
113 B
TypeScript

/**
* List of HTML void tag names.
*
* @type {Array<string>}
*/
export const htmlVoidElements: Array<string>