forked from extern/egroupware
16 lines
370 B
TypeScript
16 lines
370 B
TypeScript
/**
|
|
* EGroupware eTemplate2 - JS Tabs object
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @subpackage api
|
|
* @link https://www.egroupware.org
|
|
* @author Andreas Stöckel
|
|
*/
|
|
|
|
import {Et2Tabs} from "./Layout/Et2Tabs/Et2Tabs";
|
|
|
|
/**
|
|
* @deprecated use Et2Tabs
|
|
*/
|
|
export type et2_tabbox = Et2Tabs; |