UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

11 lines (10 loc) 207 B
export interface IExternalComponentOptions { /** * The width of the external component */ width?: number; /** * The height of the external component */ height?: number; }