mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
334 B
TypeScript
9 lines
334 B
TypeScript
// Type definitions for void-elements 3.1
|
|
// Project: https://github.com/jadejs/void-elements
|
|
// Definitions by: Klaus Meinhardt <https://github.com/ajafff>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
declare const voidElements: Partial<Record<string, true>>;
|
|
export = voidElements;
|