UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

12 lines (9 loc) 257 B
/// <reference path="../../../globals.d.ts" /> declare module goog.ui { /** * CSS class name for applying the "display: inline-block" property in a * cross-browser way. * @type {string} */ var INLINE_BLOCK_CLASSNAME: string; }