2020-01-21 17:51:44 +01:00
|
|
|
/**
|
|
|
|
* EGroupware eTemplate2 - JS Tabs object
|
|
|
|
*
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package etemplate
|
|
|
|
* @subpackage api
|
2021-06-07 17:33:53 +02:00
|
|
|
* @link https://www.egroupware.org
|
2020-01-21 17:51:44 +01:00
|
|
|
* @author Andreas Stöckel
|
|
|
|
*/
|
|
|
|
|
2022-08-07 11:02:54 +02:00
|
|
|
import {Et2Tabs} from "./Layout/Et2Tabs/Et2Tabs";
|
2020-01-21 17:51:44 +01:00
|
|
|
|
|
|
|
/**
|
2022-08-07 11:02:54 +02:00
|
|
|
* @deprecated use Et2Tabs
|
2020-01-21 17:51:44 +01:00
|
|
|
*/
|
2022-08-07 11:02:54 +02:00
|
|
|
export type et2_tabbox = Et2Tabs;
|