##// END OF EJS Templates
fixed tsx/traits.destroy to handle non-element dom nodes
fixed tsx/traits.destroy to handle non-element dom nodes

File last commit:

r67:ff3695b0a48f v1.1.1 default
r75:16678c6055f2 v1.2.1 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;