DefinitelyTyped/types/html-void-elements/index.d.ts
2018-03-12 17:31:28 +09:00

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;