##// END OF EJS Templates
Added tag v1.9.0-rc5 for changeset 894b8239b953
Added tag v1.9.0-rc5 for changeset 894b8239b953

File last commit:

r67:ff3695b0a48f v1.1.1 default
r143:62b21ca84dce default
Show More
WidgetContext.ts
11 lines | 232 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;