WidgetContext.ts
11 lines
| 233 B
| video/mp2t
|
TypeScriptLexer
cin
|
r65 | import { WidgetRendition } from "./WidgetRendition"; | ||
/** | ||||
* @deprecated use WidgetRendition | ||||
*/ | ||||
export type WidgetContext = WidgetRendition; | ||||
/** | ||||
* @deprecated use WidgetRendition | ||||
*/ | ||||
export const WidgetContext = WidgetRendition; | ||||