##// END OF EJS Templates
switched back to dojo-typings module...
switched back to dojo-typings module added skipLibCheck compiler option due to typings sickness prepare for release

File last commit:

r2:8ec37bf1b4d1 default
r4:fc9f82c082ef v1.0.0-rc2 default
Show More
MenuSeparator.d.ts
11 lines | 447 B | video/mp2t | TypeScriptLexer
/ src / typings / dijit / MenuSeparator.d.ts
cin
created typings for basic part of dojo and dijit further work is required to...
r2 import _WidgetBase = require("./_WidgetBase");
import _TemplatedMixin = require("./_TemplatedMixin");
import _Contained = require("./_Contained");
import { _WidgetBaseConstructor } from "./_WidgetBase";
interface MenuSeparator extends _WidgetBase, _TemplatedMixin, _Contained { }
interface MenuSeparatorConstructor extends _WidgetBaseConstructor<MenuSeparator> { }
declare const MenuSeparator: MenuSeparatorConstructor;
export = MenuSeparator;