##// END OF EJS Templates
Added tag v1.5.0 for changeset e9a9ed6d7647
Added tag v1.5.0 for changeset e9a9ed6d7647

File last commit:

r67:ff3695b0a48f v1.1.1 default
r115:b4bb7c903a74 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;