mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
277 B
TypeScript
8 lines
277 B
TypeScript
// Type definitions for html-void-elements 1.0
|
|
// Project: https://github.com/wooorm/html-void-elements
|
|
// Definitions by: rhysd <https://github.com/rhysd>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare const TagNames: string[];
|
|
export = TagNames;
|