egroupware/api/js/etemplate/et2_widget_dialog.ts

19 lines
420 B
TypeScript
Raw Normal View History

2020-01-21 19:22:54 +01:00
/**
* EGroupware eTemplate2 - JS Dialog Widget class
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package etemplate
* @link https://www.egroupware.org
2020-01-21 19:22:54 +01:00
* @author Nathan Gray
* @copyright Nathan Gray 2013
*/
import {Et2Dialog} from "./Et2Dialog/Et2Dialog";
2020-01-21 19:22:54 +01:00
/**
* Just a stub that wraps Et2Dialog
* @deprecated
2020-01-21 19:22:54 +01:00
*/
export class et2_dialog extends Et2Dialog
{
}