##// END OF EJS Templates
Converted to subproject djx, removed dojo-typings
Converted to subproject djx, removed dojo-typings

File last commit:

r65:8ac132c83639 default
r65:8ac132c83639 default
Show More
WidgetContext.ts
11 lines | 233 B | video/mp2t | TypeScriptLexer
/ djx / src / main / ts / tsx / WidgetContext.ts
import { WidgetRendition } from "./WidgetRendition";
/**
* @deprecated use WidgetRendition
*/
export type WidgetContext = WidgetRendition;
/**
* @deprecated use WidgetRendition
*/
export const WidgetContext = WidgetRendition;